|
| Istream & | operator>> (Istream &is, orientedType &ot) |
| Ostream & | operator<< (Ostream &os, const orientedType &ot) |
| orientedType | min (const orientedType &a, const orientedType &b) |
| orientedType | max (const orientedType &a, const orientedType &b) |
| orientedType | lerp (const orientedType &a, const orientedType &b) |
| orientedType | cmptMultiply (const orientedType &ot1, const orientedType &ot2) |
| orientedType | cmptDivide (const orientedType &ot1, const orientedType &ot) |
| orientedType | cmptAv (const orientedType &ot) |
| orientedType | pow (const orientedType &ot, const scalar p) |
| orientedType | sqr (const orientedType &ot) |
| orientedType | pow2 (const orientedType &ot) |
| orientedType | pow3 (const orientedType &ot) |
| orientedType | pow4 (const orientedType &ot) |
| orientedType | pow5 (const orientedType &ot) |
| orientedType | pow6 (const orientedType &ot) |
| orientedType | pow025 (const orientedType &ot) |
| orientedType | sqrt (const orientedType &ot) |
| orientedType | cbrt (const orientedType &ot) |
| orientedType | magSqr (const orientedType &ot) |
| orientedType | mag (const orientedType &ot) |
| orientedType | sign (const orientedType &ot) |
| orientedType | pos (const orientedType &ot) |
| orientedType | pos0 (const orientedType &ot) |
| orientedType | neg (const orientedType &ot) |
| orientedType | neg0 (const orientedType &ot) |
| orientedType | posPart (const orientedType &ot) |
| orientedType | negPart (const orientedType &ot) |
| orientedType | inv (const orientedType &ot) |
| orientedType | trans (const orientedType &ot) |
| orientedType | atan2 (const orientedType &ot1, const orientedType &ot2) |
| orientedType | hypot (const orientedType &ot1, const orientedType &ot2) |
| orientedType | transform (const orientedType &ot) |
| orientedType | operator- (const orientedType &ot) |
| orientedType | operator* (const scalar s, const orientedType &ot) |
| orientedType | operator/ (const orientedType &ot, const scalar s) |
| orientedType | operator+ (const orientedType &ot1, const orientedType &ot2) |
| orientedType | operator- (const orientedType &ot1, const orientedType &ot2) |
| orientedType | operator/ (const orientedType &ot1, const orientedType &ot2) |
| orientedType | operator* (const orientedType &ot1, const orientedType &ot2) |
| orientedType | operator^ (const orientedType &ot1, const orientedType &ot2) |
| orientedType | operator& (const orientedType &ot1, const orientedType &ot2) |
| orientedType | operator&& (const orientedType &ot1, const orientedType &ot2) |
Original source file orientedType.H
Definition in file orientedType.H.