openvrml::mat4f Member List

This is the complete list of members for openvrml::mat4f, including all inherited members.

det() const openvrml::mat4f
inverse() const openvrml::mat4f
make_mat4f(const float f11, const float f12, const float f13, const float f14, const float f21, const float f22, const float f23, const float f24, const float f31, const float f32, const float f33, const float f34, const float f41, const float f42, const float f43, const float f44)openvrml::mat4frelated
make_mat4f()openvrml::mat4frelated
make_mat4f(const float mat[16])openvrml::mat4frelated
make_mat4f(const float(&mat)[4][4])openvrml::mat4frelated
make_rotation_mat4f(const rotation &rot)openvrml::mat4frelated
make_rotation_mat4f(const quatf &quat)openvrml::mat4frelated
make_scale_mat4f(const vec3f &s)openvrml::mat4frelated
make_scale_mat4f(const float s)openvrml::mat4frelated
make_transformation_mat4f(const vec3f &t, const rotation &r, const vec3f &s, const rotation &sr, const vec3f &c)openvrml::mat4frelated
make_translation_mat4f(const vec3f &t)openvrml::mat4frelated
matopenvrml::mat4f
operator!=(const mat4f &lhs, const mat4f &rhs)openvrml::mat4frelated
operator*(const mat4f &mat, const float scalar)openvrml::mat4frelated
operator*(const float scalar, const mat4f &mat)openvrml::mat4frelated
operator*(const mat4f &lhs, const mat4f &rhs)openvrml::mat4frelated
operator*=(float scalar)openvrml::mat4f
operator*=(const mat4f &mat)openvrml::mat4f
operator<<(std::ostream &out, const mat4f &mat)openvrml::mat4frelated
operator==(const mat4f &lhs, const mat4f &rhs)openvrml::mat4frelated
operator>>(std::istream &in, mat4f &m)openvrml::mat4frelated
operator[](const std::size_t index) throw())[4]openvrml::mat4finline
transformation(vec3f &t, rotation &r, vec3f &s) const openvrml::mat4f
transformation(vec3f &t, rotation &r, vec3f &s, vec3f &shear) const openvrml::mat4f
transpose() const openvrml::mat4f