Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Transformation Constructor / Transformation Constructor(Point3D,Vector3D,Vector3D,Vector3D)
3D point
X axis vector (unit length)
Y axis vector (unit length)
Z axis vector (unit length)

In This Topic
    Transformation Constructor(Point3D,Vector3D,Vector3D,Vector3D)
    In This Topic
    As frame constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal P As Point3D, _
       ByVal X As Vector3D, _
       ByVal Y As Vector3D, _
       ByVal Z As Vector3D _
    )
    public Transformation( 
       Point3D P,
       Vector3D X,
       Vector3D Y,
       Vector3D Z
    )

    Parameters

    P
    3D point
    X
    X axis vector (unit length)
    Y
    Y axis vector (unit length)
    Z
    Z axis vector (unit length)
    See Also