, including all inherited members.
det() const | openvrml::mat4f | |
inverse() const | openvrml::mat4f | |
mat | openvrml::mat4f | [private] |
mat4f() | openvrml::mat4f | |
mat4f(float f11, float f12, float f13, float f14, float f21, float f22, float f23, float f24, float f31, float f32, float f33, float f34, float f41, float f42, float f43, float f44) | openvrml::mat4f | |
mat4f(const float mat[16]) | openvrml::mat4f | [explicit] |
mat4f(const float(&mat)[4][4]) | openvrml::mat4f | [explicit] |
operator *(const mat4f &mat, const float scalar) | openvrml::mat4f | [related] |
operator *(const float scalar, const mat4f &mat) | openvrml::mat4f | [related] |
operator *(const mat4f &lhs, const mat4f &rhs) | openvrml::mat4f | [related] |
operator *=(float scalar) | openvrml::mat4f | |
operator *=(const mat4f &mat) | openvrml::mat4f | |
operator!=(const mat4f &lhs, const mat4f &rhs) | openvrml::mat4f | [related] |
operator<<(std::ostream &out, const mat4f &mat) | openvrml::mat4f | [related] |
operator==(const mat4f &lhs, const mat4f &rhs) | openvrml::mat4f | [related] |
operator[](const size_t index) throw())[4] | openvrml::mat4f | [inline] |
operator[](const size_t index) const throw())[4] (defined in openvrml::mat4f) | openvrml::mat4f | |
rotation(const openvrml::rotation &rot) | openvrml::mat4f | [static] |
rotation(const quatf &quat) | openvrml::mat4f | [static] |
scale(float s) | openvrml::mat4f | [static] |
scale(const vec3f &s) | openvrml::mat4f | [static] |
transformation(const vec3f &t, const openvrml::rotation &r, const vec3f &s, const openvrml::rotation &sr, const vec3f &c) | openvrml::mat4f | [static] |
transformation(vec3f &t, openvrml::rotation &r, vec3f &s) const | openvrml::mat4f | |
transformation(vec3f &t, openvrml::rotation &r, vec3f &s, vec3f &shear) const | openvrml::mat4f | |
translation(const vec3f &t) | openvrml::mat4f | [static] |
transpose() const | openvrml::mat4f | |