Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / Transformation Class / Multiplication Operator / Multiplication(Transformation,Vector3D) Operator
The transformation
The point

In This Topic
    Multiplication(Transformation,Vector3D) Operator
    In This Topic
    Applies transformation to a 3D vector.
    Syntax
    'Declaration
     
    Overloads Public Operator *( _
       ByVal t As Transformation, _
       ByVal v As Vector3D _
    ) As Vector3D
    public Vector3D operator *( 
       Transformation t,
       Vector3D v
    )

    Parameters

    t
    The transformation
    v
    The point

    Return Value

    The transformed vector.
    See Also