Creates a matrix that rotates around the x-axis.
'宣言
Public Overloads Shared Function RotationX( _
ByVal As System.Single _
) As Matrix4x4
public static Matrix4x4 RotationX(
System.float
)
パラメータ
- radians
- Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
戻り値の型
The created rotation matrix.