MeVisLab Toolbox Reference
|
This is the complete list of members for ml::Rotation, including all inherited members.
_scalar | ml::Rotation | protected |
_vector | ml::Rotation | protected |
conjugate() | ml::Rotation | |
getMatrix() const | ml::Rotation | |
getRotation(Vector3 &axis, MLdouble &angle) const | ml::Rotation | |
getScalar() const | ml::Rotation | inline |
getVector() const | ml::Rotation | inline |
multiply(const Rotation &rotation) const | ml::Rotation | |
operator* | ml::Rotation | friend |
operator*=(const Rotation &rotation) | ml::Rotation | |
operator=(const Rotation &rotation) | ml::Rotation | |
rotate(const Vector3 &vec) const | ml::Rotation | |
Rotation() | ml::Rotation | |
Rotation(const Vector3 &axis, MLdouble angle) | ml::Rotation | |
Rotation(const Vector3 &fromVec, const Vector3 &toVec) | ml::Rotation | |
Rotation(const Matrix4 &m) | ml::Rotation | |
Rotation(const Rotation &) | ml::Rotation | |
Rotation(MLdouble x, MLdouble y, MLdouble z, MLdouble w) | ml::Rotation | |
setRotation(const Vector3 &axis, MLdouble angle) | ml::Rotation | |
slerp(const Matrix4 &m1, const Matrix4 &m2, MLdouble t) | ml::Rotation | static |
slerp(const Rotation &rot1, const Rotation &rot2, MLdouble t) | ml::Rotation | static |