RotationXRef(Matrix4x4,Single,Vector3) Method
Creates a matrix for rotating points around the X axis from a center point.
'Declaration
Public Overloads Shared Sub RotationXRef( _
ByRef As Matrix4x4, _
ByVal As System.Single, _
ByRef 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.