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

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

    Parameters

    t
    The transformation
    v
    The point

    Return Value

    The transformed vector.
    See Also