Click or drag to resize

MatrixFactoryTranslate(Vector) Method

返回用户文档首页
创建一个表示平移的矩阵。

Namespace: LoongCAD.Geometry.Friendly
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntax
C#
public static Matrix Translate(
	Vector trans
)

Parameters

trans  Vector
表示平移量的向量。

Return Value

Matrix
表示指定平移的矩阵。
See Also