'Declaration 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 )
Parameters
- radians
- The amount, in radians, by which to rotate around the X axis.
- centerPoint
- The center point.
Return Value
The rotation matrix.