This is the complete list of members for openvrml::rotation, including all inherited members.
angle() const | openvrml::rotation | inline |
angle(float value) | openvrml::rotation | inline |
axis() const | openvrml::rotation | inline |
axis(const vec3f &axis) | openvrml::rotation | |
inverse() const | openvrml::rotation | |
make_rotation() | openvrml::rotation | related |
make_rotation(const float(&rot)[4]) | openvrml::rotation | related |
make_rotation(const float x, const float y, const float z, const float angle) | openvrml::rotation | related |
make_rotation(const vec3f &axis, const float angle) | openvrml::rotation | related |
make_rotation(const vec3f &from_vec, const vec3f &to_vec) | openvrml::rotation | related |
make_rotation(const quatf &quat) | openvrml::rotation | related |
operator!=(const rotation &lhs, const rotation &rhs) | openvrml::rotation | related |
operator*(const rotation &lhs, const rotation &rhs) | openvrml::rotation | related |
operator*=(const rotation &rot) | openvrml::rotation | |
operator<<(std::ostream &out, const rotation &r) | openvrml::rotation | related |
operator==(const rotation &lhs, const rotation &rhs) | openvrml::rotation | related |
operator>>(std::istream &in, rotation &rot) | openvrml::rotation | related |
operator[](std::size_t index) const | openvrml::rotation | inline |
rot | openvrml::rotation | |
slerp(const rotation &dest_rot, float t) const | openvrml::rotation | |
x() const | openvrml::rotation | inline |
x(float value) | openvrml::rotation | |
y() const | openvrml::rotation | inline |
y(float value) | openvrml::rotation | |
z() const | openvrml::rotation | inline |
z(float value) | openvrml::rotation | |