An NDoc Documented Class Library

xy Multiplication Operator 

Calculates the dotproduct of the vectors a and b.

public static double operator *(
   xy a,
   xy b
);

Parameters

a
first vector
b
second vector

Return Value

dotproduct

See Also

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