This is the complete list of members for cpe::matrix4, including all inherited members.
assert_size(const size_t &k1, const size_t &k2) const | cpe::matrix4 | private |
identity() | cpe::matrix4 | static |
m | cpe::matrix4 | private |
matrix4() | cpe::matrix4 | |
matrix4(const double &x00, const double &x01, const double &x02, const double &x03, const double &x10, const double &x11, const double &x12, const double &x13, const double &x20, const double &x21, const double &x22, const double &x23, const double &x30, const double &x31, const double &x32, const double &x33) | cpe::matrix4 | |
matrix4(const matrix3 &m) | cpe::matrix4 | |
operator()(const size_t &k1, const size_t &k2) const | cpe::matrix4 | |
operator()(const size_t &k1, const size_t &k2) | cpe::matrix4 | |
operator*(const double &s) const | cpe::matrix4 | |
operator*(const vec4 &v) const | cpe::matrix4 | |
operator*(const vec3 &v) const | cpe::matrix4 | |
operator*(const matrix4 &m2) const | cpe::matrix4 | |
operator*=(const double &s) | cpe::matrix4 | |
operator+(const matrix4 &m2) const | cpe::matrix4 | |
operator+(const double &s) const | cpe::matrix4 | |
operator+=(const matrix4 &m) | cpe::matrix4 | |
operator+=(const double &s) | cpe::matrix4 | |
operator-(const matrix4 &m2) const | cpe::matrix4 | |
operator-(const double &s) const | cpe::matrix4 | |
operator-() const | cpe::matrix4 | |
operator-=(const matrix4 &m) | cpe::matrix4 | |
operator-=(const double &s) | cpe::matrix4 | |
operator/(const double &s) const | cpe::matrix4 | |
operator/=(const double &s) | cpe::matrix4 | |
pointer() const | cpe::matrix4 | |
pointer_unprotected() | cpe::matrix4 | |
product_compontentwise(const matrix4 &m) const | cpe::matrix4 | |
product_compontentwise_internal(const matrix4 &m) | cpe::matrix4 | |
projection_frustum(const double &left, const double &right, const double &bottom, const double &top, const double &near, const double &far) | cpe::matrix4 | static |
projection_look_at(const matrix4 ¤t_matrix, const vec3 &eye, const vec3 ¢er, const vec3 &up) | cpe::matrix4 | static |
projection_orthographic(const double &left, const double &right, const double &bottom, const double &top, const double &near, const double &far) | cpe::matrix4 | static |
projection_perspective(const double &fovy, const double &aspect, const double &z_near, const double &z_far) | cpe::matrix4 | static |
rotation(const vec3 &axis, const double &angle) | cpe::matrix4 | static |
scale(const double &s) | cpe::matrix4 | static |
scale(const double &s_x, const double &s_y, const double &s_z, const double &s_w) | cpe::matrix4 | static |
to_vector() const | cpe::matrix4 | |
transformation(const matrix3 &m3, const vec3 &translation) | cpe::matrix4 | static |
translate_internal(const vec3 &translation) | cpe::matrix4 | |
translated(const vec3 &translation) const | cpe::matrix4 | |
translation(const vec3 &translation) | cpe::matrix4 | static |
transposed() const | cpe::matrix4 | |
zeros() | cpe::matrix4 | static |