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.

Overload List

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

public static xy Multiplication Operator(Matrix,xy);

Calculates the dotproduct of the vectors a and b.

public static double Multiplication Operator(xy,xy);

Multiply the vector by a scalar

public static xy Multiplication Operator(xy,double);

See Also

xy Class | Minais.Drawing3d.Math Namespace