Click or drag to resize

Mat43RotateY Method

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

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

Parameters

rad  Double
旋转角度,以弧度为单位。
Remarks
这个方法会更新矩阵,使其代表绕Y轴的旋转。 使用的旋转方向遵循右手定则。
See Also