Click or drag to resize

MatrixGetNormal Method

返回用户文档首页
标准化矩阵的 X, Y, Z 分量,并返回新的标准化后的矩阵。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public Matrix GetNormal()

Return Value

Matrix
一个新的 Matrix 实例,其 X, Y, Z 分量已被标准化。
See Also