|
FEDEM Solver
R8.0
Source code of the dynamics solver
|
This is the complete list of members for FaMat33, including all inherited members.
| eulerRotateZYX(const FaVec3 &angles) | FaMat33 | |
| FaMat33() | FaMat33 | inline |
| FaMat33(const float *mat) | FaMat33 | |
| FaMat33(const double *mat) | FaMat33 | |
| FaMat33(const FaVec3 &v0, const FaVec3 &v1, const FaVec3 &v2) | FaMat33 | |
| FaMat33(const FaMat33 &m) | FaMat33 | inline |
| getEulerZYX() const | FaMat33 | |
| getRotation() const | FaMat33 | |
| incRotate(const FaVec3 &angles) | FaMat33 | |
| inverse(double eps=1.0e-16) const | FaMat33 | |
| isCoincident(const FaMat33 &m, double tolerance=1.0e-10) const | FaMat33 | |
| makeGlobalizedCS(const FaVec3 &v1) | FaMat33 | |
| makeGlobalizedCS(const FaVec3 &v1, const FaVec3 &v2) | FaMat33 | |
| makeGlobalizedCS(const FaVec3 &v0, const FaVec3 &v1, const FaVec3 &v2) | FaMat33 | |
| makeGlobalizedCS(const FaVec3 &v1, const FaVec3 &v2, const FaVec3 &v3, const FaVec3 &v4) | FaMat33 | |
| makeXrotation(double angle) | FaMat33 | static |
| makeYrotation(double angle) | FaMat33 | static |
| makeZrotation(double angle) | FaMat33 | static |
| operator!=(const FaMat33 &a, const FaMat33 &b) | FaMat33 | friend |
| operator()(int i, int j) const | FaMat33 | inline |
| operator()(int i, int j) | FaMat33 | inline |
| operator*(const FaMat33 &a, const FaMat33 &b) | FaMat33 | friend |
| operator*(const FaMat33 &a, double d) | FaMat33 | friend |
| operator*(double d, const FaMat33 &a) | FaMat33 | friend |
| operator*(const FaMat33 &a, const FaVec3 &b) | FaMat33 | friend |
| operator*(const FaVec3 &a, const FaMat33 &b) | FaMat33 | friend |
| operator*=(double d) | FaMat33 | |
| operator+(const FaMat33 &a, const FaMat33 &b) | FaMat33 | friend |
| operator+=(const FaMat33 &m) | FaMat33 | |
| operator-(const FaMat33 &a) | FaMat33 | friend |
| operator-(const FaMat33 &a, const FaMat33 &b) | FaMat33 | friend |
| operator-=(const FaMat33 &m) | FaMat33 | |
| operator/(const FaMat33 &a, double d) | FaMat33 | friend |
| operator/=(double d) | FaMat33 | |
| operator<<(std::ostream &s, const FaMat33 &m) | FaMat33 | friend |
| operator=(const FaMat33 &m) | FaMat33 | |
| operator==(const FaMat33 &a, const FaMat33 &b) | FaMat33 | friend |
| operator>>(std::istream &s, FaMat33 &m) | FaMat33 | friend |
| operator[](int i) const | FaMat33 | inline |
| operator[](int i) | FaMat33 | inline |
| setIdentity() | FaMat33 | |
| shift(int delta) | FaMat33 | |
| transpose() const | FaMat33 | |
| v | FaMat33 | private |