|
| FaMat33 | operator- (const FaMat33 &a) |
| |
| FaMat33 | operator+ (const FaMat33 &a, const FaMat33 &b) |
| |
| FaMat33 | operator- (const FaMat33 &a, const FaMat33 &b) |
| |
| FaMat33 | operator* (const FaMat33 &a, const FaMat33 &b) |
| |
| FaMat33 | operator* (const FaMat33 &a, double d) |
| |
| FaMat33 | operator* (double d, const FaMat33 &a) |
| |
| FaVec3 | operator* (const FaMat33 &m, const FaVec3 &v1) |
| |
| FaVec3 | operator* (const FaVec3 &v1, const FaMat33 &m) |
| |
| FaMat33 | operator/ (const FaMat33 &a, double d) |
| |
| int | operator== (const FaMat33 &a, const FaMat33 &b) |
| |
| int | operator!= (const FaMat33 &a, const FaMat33 &b) |
| |
| std::ostream & | operator<< (std::ostream &s, const FaMat33 &m) |
| |
| std::istream & | operator>> (std::istream &s, FaMat33 &m) |
| |
| | SUBROUTINE (ffa_eulerzyx, FFA_EULERZYX) |
| |
| | SUBROUTINE (ffa_glbeulerzyx, FFA_GLBEULERZYX) |
| |