Click or drag to resize

Mat43TS Method

返回用户文档首页
创建一个结合了平移和缩放的变换矩阵。

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

Parameters

trans  Vec3
平移向量。
scale  Vec3
缩放向量。

Return Value

Mat43
返回一个结合了指定平移和缩放的Mat43矩阵。
See Also