Click or drag to resize

Mat43RotateX Method

返回用户文档首页
绕X轴旋转矩阵。

Namespace: LoongCAD.Geometry
Assembly: LoongSDKCore (in LoongSDKCore.dll) Version: 0.8.15.0 (0.8.15.0)
Syntax
C#
public void RotateX(
	double rad
)

Parameters

rad  Double
旋转的角度,以弧度为单位。
Remarks
此方法将矩阵绕X轴旋转指定的角度。使用三角函数计算新的Y和Z轴分量。
See Also