Nevron .NET Vision
Nevron.GraphicsCore Namespace / NMatrix2DD Structure / PrependRotate Method
rotation angle (in radians)


In This Topic
    PrependRotate Method (NMatrix2DD)
    In This Topic
    Prepends a rotation matrix to this matrix.
    Syntax
    'Declaration
     
    
    Public Sub PrependRotate( _
       ByVal angle As System.Double _
    ) 
    'Usage
     
    
    Dim instance As NMatrix2DD
    Dim angle As System.Double
     
    instance.PrependRotate(angle)
    public void PrependRotate( 
       System.double angle
    )

    Parameters

    angle
    rotation angle (in radians)
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also