MatrixFactoryRotateY Method | 
返回用户文档首页
            创建一个围绕Y轴旋转的矩阵。
            
Namespace: LoongCAD.Geometry.FriendlyAssembly: LoongSDKCore (in LoongSDKCore.dll) Version: 2025.0.9.17 (2025.0.9.17)
Syntaxpublic static Matrix RotateY(
	double rad
)
Parameters
- rad  Double
 - 旋转的角度,以弧度为单位。
 
Return Value
Matrix表示围绕Y轴旋转指定角度的矩阵。
See Also