返回用户文档首页
生成绕X轴旋转的变换矩阵。
Namespace: LoongCAD.GeometryAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic static Mat3 RX(
double rad
)
Parameters
- rad Double
- 旋转角度(弧度)。
Return Value
Mat3绕X轴旋转指定角度的3x3变换矩阵。
See Also