MatrixRotateAround Method |
返回用户文档首页
围绕给定点和指定的上向量旋转矩阵。
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.12 (2025.0.9.12)
Syntaxpublic void RotateAround(
Point target,
Vector vecUp,
double rad
)
Parameters
- target Point
- 旋转的中心点。
- vecUp Vector
- 定义旋转轴的向量。
- rad Double
- 旋转的角度(弧度制)。
See Also