ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX Namespace / Matrix4x4 Structure / RotationYRef Method / RotationYRef(Matrix4x4,Single,Vector3) Method
When the method completes, contains the created rotation matrix.
The amount, in radians, by which to rotate around the Y-axis.
The center point.

In This Topic
    RotationYRef(Matrix4x4,Single,Vector3) Method
    In This Topic
    Creates a matrix for rotating points around the Y axis from a center point.
    Syntax
    'Declaration
     
    Public Overloads Shared Sub RotationYRef( _
       ByRef result As Matrix4x4, _
       ByVal radians As System.Single, _
       ByRef centerPoint As Vector3 _
    ) 
    public static void RotationYRef( 
       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 Y-axis.
    centerPoint
    The center point.
    See Also