An NDoc Documented Class Library

xyz Multiplication Operator 

Returns the dotproduct

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

Parameters

a
first vector
b
second vector

Return Value

a.x * b.x + a.y * b.y + a.z * b.z

See Also

xyz Class | Minais.Drawing3d.Math Namespace | xyzMultiplication Operator Overload List