An NDoc Documented Class Library

xyz Subtraction Operator 

Overrides the - operator and retrieves the usual differencevector

public static xyz operator -(
   xyz a,
   xyz b
);

Parameters

a
first vector
b
second vector

Return Value

See Also

xyz Class | Minais.Drawing3d.Math Namespace