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