Mat43Translate(Double) Method |
返回用户文档首页
在所有三个轴上平移矩阵指定的值。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic void Translate(
double v
)
Parameters
- v Double
- 在 X, Y, Z 轴上平移的值。
See Also