triplex<T> normalized() const; triplex<T>& normalize();
These functions normalize the triplex, that is ensure that for a triplex it is guaranteed that if any of
,
or
is
so are
the others.
Returns a copy of the current triplex object but in a normalized state.
Normalizes the current triplex object and returns a reference to it.