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