Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Rotation Class / Rotation Constructor / Rotation Constructor(Double,Point3D,Point3D)
Angle in radians
Axis start point
Axis end point

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

    Parameters

    angleInRadians
    Angle in radians
    axisStart
    Axis start point
    axisEnd
    Axis end point
    See Also