'宣言 Public Overloads Shared Function RotationY( _ ByVal radians As System.Single, _ ByVal centerPoint As Vector3 _ ) As Matrix4x4
public static Matrix4x4 RotationY( System.float radians, Vector3 centerPoint )
パラメータ
- radians
- Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
- centerPoint
- The center point.
戻り値の型
The created rotation matrix.