ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / RotationXRef Method / RotationXRef(Matrix4x4,Single) Method
When the method completes, contains the created rotation matrix.
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.

In This Topic
    RotationXRef(Matrix4x4,Single) Method
    In This Topic
    Creates a matrix that rotates around the x-axis.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub RotationXRef( _
       ByRef result As Matrix4x4, _
       ByVal radians As Single _
    ) 
    public static void RotationXRef( 
       out Matrix4x4 result,
       float radians
    )

    Parameters

    result
    When the method completes, contains the created rotation matrix.
    radians
    Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.
    See Also