Document Solutions for PDF
GrapeCity.Documents.DX.Windows Assembly / GrapeCity.Documents.DX Namespace / Matrix4x4 Structure / RotationX Method / RotationX(Single) Method
Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.

In This Topic
    RotationX(Single) Method
    In This Topic
    Creates a matrix that rotates around the x-axis.
    Syntax
    'Declaration
     
    Public Overloads Shared Function RotationX( _
       ByVal radians As System.Single _
    ) As Matrix4x4
    public static Matrix4x4 RotationX( 
       System.float radians
    )

    Parameters

    radians
    Angle of rotation in radians. Angles are measured clockwise when looking along the rotation axis toward the origin.

    Return Value

    The created rotation matrix.
    See Also