MatrixFactoryRotate(Double, Vector) Method |
返回用户文档首页
根据指定的旋转轴和旋转角度生成一个旋转矩阵。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic static Matrix Rotate(
double rad,
Vector axis
)
Parameters
- rad Double
- 旋转角度,以弧度为单位。
- axis Vector
- 旋转轴,应为非零向量。
Return Value
Matrix
See Also