An NDoc Documented Class Library

xy Multiplication Operator 

Multiply the point with a Matrix by lifting the z-value with z = 0; The result omit the z-value.

public static xy operator *(
   Matrix m,
   xy a
);

Parameters

m
Matrix of the multiplication
a
Point, which will be transformed

Return Value

The transformed point

See Also

xy Class | Minais.Drawing3d.Math Namespace | xyMultiplication Operator Overload List