Click or drag to resize

Mat43Translate(Double, Double, Double) Method

返回用户文档首页
在 X, Y, Z 轴上分别平移矩阵指定的值。

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

Parameters

_x  Double
在 X 轴上平移的值。
_y  Double
在 Y 轴上平移的值。
_z  Double
在 Z 轴上平移的值。
See Also