'宣言 Public Overloads Shared Function RotationX( _ ByVal radians As System.Single, _ ByVal centerPoint As Vector3 _ ) As Matrix4x4
public static Matrix4x4 RotationX( System.float radians, Vector3 centerPoint )
パラメータ
- radians
- X 軸を中心に回転する量 (ラジアン単位)。
- centerPoint
- 中心点。
戻り値の型
回転マトリックス。