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