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

In This Topic
    Multiplication(Transformation,Point4D) Operator
    In This Topic
    Applies transformation to a 4D point.
    Syntax
    'Declaration
     
    Overloads Public Operator *( _
       ByVal t As Transformation, _
       ByVal h As Point4D _
    ) As Point4D
    public Point4D operator *( 
       Transformation t,
       Point4D h
    )

    Parameters

    t
    The transformation
    h
    The point

    Return Value

    The transformed point.
    See Also