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

In This Topic
    Rotation(Double,Point3D,Point3D) Method
    In This Topic
    Creates a new transformation of rotation.
    Syntax
    'Declaration
     
    Public Overloads Sub Rotation( _
       ByVal angleInRadians As Double, _
       ByVal axisStart As Point3D, _
       ByVal axisEnd As Point3D _
    ) 
    public void Rotation( 
       double angleInRadians,
       Point3D axisStart,
       Point3D axisEnd
    )

    Parameters

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