Click or drag to resize

Mat43Translate(Double) Method

返回用户文档首页
在所有三个轴上平移矩阵指定的值。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public void Translate(
	double v
)

Parameters

v  Double
在 X, Y, Z 轴上平移的值。
See Also