Euphoria
|
This is the complete list of members for eu::m4, including all inherited members.
create_ortho_lrud(float l, float r, float t, float b, float n, float f) | eu::m4 | static |
create_perspective(const An &fov, float aspect_ratio, float near, float far) | eu::m4 | static |
from(const AA &aa) | eu::m4 | static |
from(const Q &q) | eu::m4 | static |
from_col_major(float t00, float t01, float t02, float t03, float t10, float t11, float t12, float t13, float t20, float t21, float t22, float t23, float t30, float t31, float t32, float t33) | eu::m4 | static |
from_major(const v4 &major) | eu::m4 | static |
from_rot_x(const An &a) | eu::m4 | static |
from_rot_y(const An &a) | eu::m4 | static |
from_rot_z(const An &a) | eu::m4 | static |
from_row_major(float t00, float t10, float t20, float t30, float t01, float t11, float t21, float t31, float t02, float t12, float t22, float t32, float t03, float t13, float t23, float t33) | eu::m4 | inlinestatic |
from_scalar(float scalar) | eu::m4 | inlinestatic |
from_translation(const v3 &v) | eu::m4 | static |
get(int row, int col) const | eu::m4 | |
get_column(int c) const | eu::m4 | |
get_column_major_data_ptr() | eu::m4 | |
get_column_major_data_ptr() const | eu::m4 | |
get_inverted() const | eu::m4 | |
get_major() const | eu::m4 | |
get_rotated(const AA &aa) const | eu::m4 | |
get_row(int r) const | eu::m4 | |
get_transformed(const v4 &p) const | eu::m4 | |
get_transformed_point(const v3 &p) const | eu::m4 | |
get_transformed_vec(const v3 &p) const | eu::m4 | |
get_transformed_vec(const n3 &p) const | eu::m4 | |
get_translated(const v3 &t) const | eu::m4 | |
get_translation() const | eu::m4 | |
get_transposed() const | eu::m4 | |
get_x_axis() const | eu::m4 | |
get_y_axis() const | eu::m4 | |
get_z_axis() const | eu::m4 | |
invert() | eu::m4 | |
operator+=(const m4 &rhs) | eu::m4 | |
operator-=(const m4 &rhs) | eu::m4 |