This is the complete list of members for SbRotation, including all inherited members.
equals(const SbRotation &r, float tolerance) const | SbRotation | |
getValue() const | SbRotation | inline |
getValue(float &q0, float &q1, float &q2, float &q3) const | SbRotation | |
getValue(SbVec3f &axis, float &radians) const | SbRotation | |
getValue(SbMatrix &matrix) const | SbRotation | |
getValue(SbMatrix3 &matrix) const | SbRotation | |
getValue(SbMatrixd &matrix) const | SbRotation | |
identity() | SbRotation | inlinestatic |
inverse() const | SbRotation | inline |
invert() | SbRotation | |
multVec(const SbVec3f &src, SbVec3f &dst) const | SbRotation | |
operator!= | SbRotation | friend |
operator* | SbRotation | friend |
operator*=(const SbRotation &q) | SbRotation | |
operator== | SbRotation | friend |
SbRotation() | SbRotation | inline |
SbRotation(const float v[4]) | SbRotation | inline |
SbRotation(float q0, float q1, float q2, float q3) | SbRotation | inline |
SbRotation(const SbMatrix &m) | SbRotation | inline |
SbRotation(const SbMatrix3 &m) | SbRotation | inline |
SbRotation(const SbVec3f &axis, float radians) | SbRotation | inline |
SbRotation(const SbVec3f &rotateFrom, const SbVec3f &rotateTo) | SbRotation | inline |
scaleAngle(float scaleFactor) | SbRotation | |
setValue(const float q[4]) | SbRotation | |
setValue(float q0, float q1, float q2, float q3) | SbRotation | |
setValue(const SbMatrix &m) | SbRotation | |
setValue(const SbMatrix3 &m) | SbRotation | |
setValue(const SbVec3f &axis, float radians) | SbRotation | |
setValue(const SbVec3f &rotateFrom, const SbVec3f &rotateTo) | SbRotation | |
setValue(const SbRotationd &rotated) | SbRotation | |
setValue(const SbMatrixd &md) | SbRotation | |
slerp(const SbRotation &rot0, const SbRotation &rot1, float t) | SbRotation | static |