C1.Win.C1DX.4.8 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.

In This Topic
RotationXRef(Matrix4x4,Single,Vector3) Method
In This Topic
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 _
) 
 

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