Multiply the point with a Matrix by lifting the z-value with z = 0; The result omit the z-value.
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);