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

In This Topic
    Rotate(Double,Vector3D,Point3D) Method
    In This Topic
    Rotates this plane.
    Syntax
    'Declaration
     
    Public Overloads Sub Rotate( _
       ByVal angleInRadians As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D _
    ) 
    public void Rotate( 
       double angleInRadians,
       Vector3D axis,
       Point3D center
    )

    Parameters

    angleInRadians
    Rotation angle
    axis
    Rotation axis
    center
    Rotation center
    See Also