Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Rotation Class / Rotation Constructor / Rotation Constructor(Double,Vector3D,Point3D)
Angle in radians
Rotation axis
Center point

In This Topic
    Rotation Constructor(Double,Vector3D,Point3D)
    In This Topic
    Angle, axis and center point constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal angleInRadians As Double, _
       ByVal axis As Vector3D, _
       ByVal center As Point3D _
    )
    public Rotation( 
       double angleInRadians,
       Vector3D axis,
       Point3D center
    )

    Parameters

    angleInRadians
    Angle in radians
    axis
    Rotation axis
    center
    Center point
    See Also