ComponentOne Bitmap for UWP
RotationX(Single,Vector3) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > RotationX Method : RotationX(Single,Vector3) Method
The amount, in radians, by which to rotate around the X axis.
The center point.
Creates a matrix for rotating points around the X axis from a center point.
Syntax
'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.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List