This is the complete list of members for Matrix3, including all inherited members.
determinant() const (defined in Matrix3) | Matrix3 | |
elements (defined in Matrix3) | Matrix3 | |
from_z(const Vector3 &p_z) (defined in Matrix3) | Matrix3 | |
get_axis(int p_axis) const (defined in Matrix3) | Matrix3 | inline |
get_axis_and_angle(Vector3 &r_axis, real_t &r_angle) const (defined in Matrix3) | Matrix3 | |
get_column(int i) const (defined in Matrix3) | Matrix3 | inline |
get_euler() const (defined in Matrix3) | Matrix3 | |
get_orthogonal_index() const (defined in Matrix3) | Matrix3 | |
get_row(int i) const (defined in Matrix3) | Matrix3 | inline |
get_scale() const (defined in Matrix3) | Matrix3 | |
inverse() const (defined in Matrix3) | Matrix3 | |
invert() (defined in Matrix3) | Matrix3 | |
Matrix3(real_t xx, real_t xy, real_t xz, real_t yx, real_t yy, real_t yz, real_t zx, real_t zy, real_t zz) (defined in Matrix3) | Matrix3 | inline |
Matrix3(const Quat &p_quat) (defined in Matrix3) | Matrix3 | |
Matrix3(const Vector3 &p_euler) (defined in Matrix3) | Matrix3 | |
Matrix3(const Vector3 &p_axis, real_t p_phi) (defined in Matrix3) | Matrix3 | |
Matrix3() (defined in Matrix3) | Matrix3 | inline |
operator Quat() const (defined in Matrix3) | Matrix3 | |
operator String() const (defined in Matrix3) | Matrix3 | |
operator!=(const Matrix3 &p_matrix) const (defined in Matrix3) | Matrix3 | |
operator*(const Matrix3 &p_matrix) const (defined in Matrix3) | Matrix3 | |
operator*=(const Matrix3 &p_matrix) (defined in Matrix3) | Matrix3 | |
operator==(const Matrix3 &p_matrix) const (defined in Matrix3) | Matrix3 | |
operator[](int axis) const (defined in Matrix3) | Matrix3 | inline |
operator[](int axis) (defined in Matrix3) | Matrix3 | inline |
orthonormalize() (defined in Matrix3) | Matrix3 | |
orthonormalized() const (defined in Matrix3) | Matrix3 | |
rotate(const Vector3 &p_axis, real_t p_phi) (defined in Matrix3) | Matrix3 | |
rotated(const Vector3 &p_axis, real_t p_phi) const (defined in Matrix3) | Matrix3 | |
scale(const Vector3 &p_scale) (defined in Matrix3) | Matrix3 | |
scaled(const Vector3 &p_scale) const (defined in Matrix3) | Matrix3 | |
set(real_t xx, real_t xy, real_t xz, real_t yx, real_t yy, real_t yz, real_t zx, real_t zy, real_t zz) (defined in Matrix3) | Matrix3 | inline |
set_axis(int p_axis, const Vector3 &p_value) (defined in Matrix3) | Matrix3 | inline |
set_euler(const Vector3 &p_euler) (defined in Matrix3) | Matrix3 | |
set_orthogonal_index(int p_index) (defined in Matrix3) | Matrix3 | |
set_row(int i, const Vector3 &p_row) (defined in Matrix3) | Matrix3 | inline |
set_zero() (defined in Matrix3) | Matrix3 | inline |
tdotx(const Vector3 &v) const (defined in Matrix3) | Matrix3 | inline |
tdoty(const Vector3 &v) const (defined in Matrix3) | Matrix3 | inline |
tdotz(const Vector3 &v) const (defined in Matrix3) | Matrix3 | inline |
transpose() (defined in Matrix3) | Matrix3 | |
transpose_xform(const Matrix3 &m) const (defined in Matrix3) | Matrix3 | inline |
transposed() const (defined in Matrix3) | Matrix3 | |
xform(const Vector3 &p_vector) const (defined in Matrix3) | Matrix3 | |
xform_inv(const Vector3 &p_vector) const (defined in Matrix3) | Matrix3 |