Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Plane Class / Rotate Method / Rotate(Double,Vector3D) Method
Rotation angle
Rotation axis

In This Topic
    Rotate(Double,Vector3D) Method
    In This Topic
    Rotates this plane around an axis passing through world origin.
    Syntax
    'Declaration
     
    Public Overloads Sub Rotate( _
       ByVal angleInRadians As Double, _
       ByVal axis As Vector3D _
    ) 
    public void Rotate( 
       double angleInRadians,
       Vector3D axis
    )

    Parameters

    angleInRadians
    Rotation angle
    axis
    Rotation axis
    See Also