返回用户文档首页
绕Z轴旋转矩阵。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.7 (2025.0.9.7)
Syntaxpublic void RotateZ(
double rad
)
Parameters
- rad Double
- 旋转角度,以弧度为单位。
Remarks
这个方法会更新矩阵,使其代表绕Z轴的旋转。
使用的旋转方向遵循右手定则。
See Also