An NDoc Documented Class Library

xyz Equality Operator 

Overrides the operator for checking equality of two vector by using epsilon as tolerance

public static bool operator ==(
   xyz P,
   xyz Q
);

Parameters

P
first vector for check
Q
second vector for check

Return Value

true if they are equals else false

See Also

xyz Class | Minais.Drawing3d.Math Namespace