ComponentOne Bitmap for UWP
RotationXRef(Matrix4x4,Single,Vector3) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > Matrix4x4 Structure > RotationXRef Method : RotationXRef(Matrix4x4,Single,Vector3) Method
When the method completes, contains the created rotation matrix.
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 Sub RotationXRef( _
   ByRef result As Matrix4x4, _
   ByVal radians As System.Single, _
   ByRef centerPoint As Vector3 _
) 
public static void RotationXRef( 
   out Matrix4x4 result,
   System.float radians,
   ref Vector3 centerPoint
)

Parameters

result
When the method completes, contains the created rotation matrix.
radians
The amount, in radians, by which to rotate around the X axis.
centerPoint
The center point.
See Also

Reference

Matrix4x4 Structure
Matrix4x4 Members
Overload List