Click or drag to resize

MatrixFactoryTranslateScale Method

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

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

Parameters

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

Return Value

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