Click or drag to resize

Mat43T(Vec3) Method

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

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public static Mat43 T(
	Vec3 trans
)

Parameters

trans  Vec3
表示平移量的向量。

Return Value

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