MatrixFactoryRotateByEuler Method | 
返回用户文档首页
            根据欧拉角创建一个新的 Mat43 实例。
            
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic static Matrix RotateByEuler(
	double radX,
	double radY,
	double radZ
)
Parameters
- radX  Double
 - 绕 X 轴旋转的角度(以弧度为单位)。
 - radY  Double
 - 绕 Y 轴旋转的角度(以弧度为单位)。
 - radZ  Double
 - 绕 Z 轴旋转的角度(以弧度为单位)。
 
Return Value
Matrix一个新的 Mat43 实例,表示通过给定的欧拉角旋转。
See Also