An NDoc Documented Class Library

xyz Addition Operator 

Overrides the + operator and retrieves the usual sumvector

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

Parameters

a
first summand
b
second summand

Return Value

Added vector of a and b

See Also

xyz Class | Minais.Drawing3d.Math Namespace