Main Page Modules Namespace List Class Hierarchy Compound List Namespace Members Compound Members Related Pages
openvrml::rotation Member List
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 | [inline] |
operator *(const rotation &lhs, const rotation &rhs) | openvrml::rotation | [related] |
operator *=(const rotation &rot) | openvrml::rotation | |
operator!=(const rotation &lhs, const rotation &rhs) | openvrml::rotation | [related] |
operator<<(std::ostream &out, const rotation &r) | openvrml::rotation | [related] |
operator==(const rotation &lhs, const rotation &rhs) | openvrml::rotation | [related] |
operator[](size_t index) const | openvrml::rotation | [inline] |
rot | openvrml::rotation | [private] |
rotation() | openvrml::rotation | [inline] |
rotation(const float(&rot)[4]) | openvrml::rotation | [explicit] |
rotation(float x, float y, float z, float angle) | openvrml::rotation | |
rotation(const vec3f &axis, float angle) | openvrml::rotation | |
rotation(const vec3f &from_vec, const vec3f &to_vec) | openvrml::rotation | |
rotation(const quatf &quat) | openvrml::rotation | [explicit] |
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 | |