, including all inherited members.
_m (defined in LMatrix3f) | LMatrix3f | |
add_hash(size_t hash) const | LMatrix3f | [inline] |
add_hash(size_t hash, float threshold) const | LMatrix3f | [inline] |
almost_equal(const LMatrix3f &other, float threshold) const | LMatrix3f | |
almost_equal(const LMatrix3f &other) const | LMatrix3f | [inline] |
begin() | LMatrix3f | [inline] |
begin() const | LMatrix3f | [inline] |
compare_to(const LMatrix3f &other) const | LMatrix3f | [inline] |
compare_to(const LMatrix3f &other, float threshold) const | LMatrix3f | |
const_iterator typedef (defined in LMatrix3f) | LMatrix3f | |
convert_mat(CoordinateSystem from, CoordinateSystem to) | LMatrix3f | [static] |
determinant() const | LMatrix3f | [inline] |
end() | LMatrix3f | [inline] |
end() const | LMatrix3f | [inline] |
fill(float fill_value) | LMatrix3f | |
generate_hash(ChecksumHashGenerator &hashgen) const | LMatrix3f | [inline] |
generate_hash(ChecksumHashGenerator &hashgen, float threshold) const | LMatrix3f | |
get_cell(int row, int col) const | LMatrix3f | [inline] |
get_class_type() (defined in LMatrix3f) | LMatrix3f | [inline, static] |
get_col(int col) const | LMatrix3f | [inline] |
get_col2(int col) const | LMatrix3f | [inline] |
get_data() const | LMatrix3f | [inline] |
get_hash() const | LMatrix3f | [inline] |
get_hash(float threshold) const | LMatrix3f | [inline] |
get_num_components() const | LMatrix3f | [inline] |
get_row(int row) const | LMatrix3f | [inline] |
get_row(LVecBase3f &result_vec, int row) const | LMatrix3f | [inline] |
get_row2(int row) const | LMatrix3f | [inline] |
ident_mat() | LMatrix3f | [inline, static] |
init_type() (defined in LMatrix3f) | LMatrix3f | [static] |
invert_from(const LMatrix3f &other) | LMatrix3f | [inline] |
invert_in_place() | LMatrix3f | [inline] |
invert_transpose_from(const LMatrix3f &other) | LMatrix3f | [inline] |
invert_transpose_from(const LMatrix4f &other) | LMatrix3f | [inline] |
is_nan() const | LMatrix3f | [inline] |
iterator typedef (defined in LMatrix3f) | LMatrix3f | |
LMatrix3f() (defined in LMatrix3f) | LMatrix3f | [inline] |
LMatrix3f(const LMatrix3f &other) (defined in LMatrix3f) | LMatrix3f | [inline] |
LMatrix3f(float e00, float e01, float e02, float e10, float e11, float e12, float e20, float e21, float e22) (defined in LMatrix3f) | LMatrix3f | [inline] |
LMatrix3f(const EMatrix3 &m) (defined in LMatrix3f) | LMatrix3f | [inline] |
MAKE_SEQ(get_rows, size, get_row) (defined in LMatrix3f) | LMatrix3f | |
MAKE_SEQ(get_cols, size, get_col) (defined in LMatrix3f) | LMatrix3f | |
MAKE_SEQ(get_col2s, size, get_col2) (defined in LMatrix3f) | LMatrix3f | |
MAKE_SEQ(get_row2s, size, get_row2) (defined in LMatrix3f) | LMatrix3f | |
multiply(const LMatrix3f &other1, const LMatrix3f &other2) (defined in LMatrix3f) | LMatrix3f | [inline] |
operator!=(const LMatrix3f &other) const (defined in LMatrix3f) | LMatrix3f | [inline] |
operator()(int row, int col) (defined in LMatrix3f) | LMatrix3f | [inline] |
operator()(int row, int col) const (defined in LMatrix3f) | LMatrix3f | [inline] |
operator*(const LMatrix3f &other) const (defined in LMatrix3f) | LMatrix3f | [inline] |
operator*(float scalar) const (defined in LMatrix3f) | LMatrix3f | [inline] |
operator*=(const LMatrix3f &other) (defined in LMatrix3f) | LMatrix3f | [inline] |
operator*=(float scalar) | LMatrix3f | [inline] |
operator+=(const LMatrix3f &other) | LMatrix3f | [inline] |
operator-=(const LMatrix3f &other) | LMatrix3f | [inline] |
operator/(float scalar) const (defined in LMatrix3f) | LMatrix3f | [inline] |
operator/=(float scalar) | LMatrix3f | [inline] |
operator<(const LMatrix3f &other) const | LMatrix3f | [inline] |
operator=(const LMatrix3f &other) (defined in LMatrix3f) | LMatrix3f | [inline] |
operator=(float fill_value) (defined in LMatrix3f) | LMatrix3f | [inline] |
operator==(const LMatrix3f &other) const (defined in LMatrix3f) | LMatrix3f | [inline] |
operator[](int i) const (defined in LMatrix3f) | LMatrix3f | [inline] |
operator[](int i) (defined in LMatrix3f) | LMatrix3f | [inline] |
output(ostream &out) const (defined in LMatrix3f) | LMatrix3f | |
read_datagram(DatagramIterator &source) | LMatrix3f | |
read_datagram_fixed(DatagramIterator &scan) | LMatrix3f | |
rotate_mat(float angle) | LMatrix3f | [inline, static] |
rotate_mat(float angle, const LVecBase3f &axis, CoordinateSystem cs=CS_default) | LMatrix3f | [inline, static] |
rotate_mat_normaxis(float angle, const LVecBase3f &axis, CoordinateSystem cs=CS_default) | LMatrix3f | [inline, static] |
scale_mat(const LVecBase2f &scale) | LMatrix3f | [inline, static] |
scale_mat(float sx, float sy) | LMatrix3f | [inline, static] |
scale_mat(const LVecBase3f &scale) | LMatrix3f | [inline, static] |
scale_mat(float sx, float sy, float sz) | LMatrix3f | [inline, static] |
scale_shear_mat(const LVecBase3f &scale, const LVecBase3f &shear, CoordinateSystem cs=CS_default) | LMatrix3f | [inline, static] |
scale_shear_mat(float sx, float sy, float sz, float shxy, float shxz, float shyz, CoordinateSystem cs=CS_default) | LMatrix3f | [inline, static] |
set(float e00, float e01, float e02, float e10, float e11, float e12, float e20, float e21, float e22) (defined in LMatrix3f) | LMatrix3f | [inline] |
set_cell(int row, int col, float value) | LMatrix3f | [inline] |
set_col(int col, const LVecBase3f &v) | LMatrix3f | [inline] |
set_col(int col, const LVecBase2f &v) | LMatrix3f | [inline] |
set_rotate_mat(float angle) | LMatrix3f | [inline] |
set_rotate_mat(float angle, const LVecBase3f &axis, CoordinateSystem cs=CS_default) | LMatrix3f | |
set_rotate_mat_normaxis(float angle, const LVecBase3f &axis, CoordinateSystem cs=CS_default) | LMatrix3f | |
set_row(int row, const LVecBase3f &v) | LMatrix3f | [inline] |
set_row(int row, const LVecBase2f &v) | LMatrix3f | [inline] |
set_scale_mat(const LVecBase2f &scale) | LMatrix3f | [inline] |
set_scale_mat(const LVecBase3f &scale) | LMatrix3f | [inline] |
set_scale_shear_mat(const LVecBase3f &scale, const LVecBase3f &shear, CoordinateSystem cs=CS_default) | LMatrix3f | |
set_shear_mat(const LVecBase3f &shear, CoordinateSystem cs=CS_default) | LMatrix3f | [inline] |
set_translate_mat(const LVecBase2f &trans) | LMatrix3f | [inline] |
shear_mat(const LVecBase3f &shear, CoordinateSystem cs=CS_default) | LMatrix3f | [inline, static] |
shear_mat(float shxy, float shxz, float shyz, CoordinateSystem cs=CS_default) | LMatrix3f | [inline, static] |
size() | LMatrix3f | [inline, static] |
translate_mat(const LVecBase2f &trans) | LMatrix3f | [inline, static] |
translate_mat(float tx, float ty) | LMatrix3f | [inline, static] |
transpose_from(const LMatrix3f &other) (defined in LMatrix3f) | LMatrix3f | [inline] |
transpose_in_place() (defined in LMatrix3f) | LMatrix3f | [inline] |
UNALIGNED_LINMATH_MATRIX(float, 3, 3) EMatrix3 (defined in LMatrix3f) | LMatrix3f | |
write(ostream &out, int indent_level=0) const (defined in LMatrix3f) | LMatrix3f | |
write_datagram(Datagram &destination) const | LMatrix3f | |
write_datagram_fixed(Datagram &destination) const | LMatrix3f | |
xform(const LVecBase3f &v) const | LMatrix3f | [inline] |
xform_in_place(LVecBase3f &v) const | LMatrix3f | [inline] |
xform_point(const LVecBase2f &v) const | LMatrix3f | [inline] |
xform_point_in_place(LVecBase2f &v) const | LMatrix3f | [inline] |
xform_vec(const LVecBase2f &v) const | LMatrix3f | [inline] |
xform_vec(const LVecBase3f &v) const | LMatrix3f | [inline] |
xform_vec_general(const LVecBase3f &v) const | LMatrix3f | [inline] |
xform_vec_general_in_place(LVecBase3f &v) const | LMatrix3f | [inline] |
xform_vec_in_place(LVecBase2f &v) const | LMatrix3f | [inline] |
xform_vec_in_place(LVecBase3f &v) const | LMatrix3f | [inline] |