|
| Matrix (const double mat[4][4]) |
|
| Matrix (const Matrix &mat) |
|
| Matrix (const MatrixF &mat) |
|
Matrix & | operator= (const Matrix &mat) |
|
Matrix & | operator= (const MatrixF &mat) |
|
double * | data () |
|
const double * | data () const |
|
void | data (const double mat[4][4]) |
|
double & | operator() (size_t i, size_t j) |
|
const double & | operator() (size_t i, size_t j) const |
|
Vector | operator* (const Vector &rhs) const |
|
VectorF | operator* (const VectorF &rhs) const |
|
Point | operator* (const Point &rhs) const |
|
PointF | operator* (const PointF &rhs) const |
|
Matrix | operator* (const Matrix &rhs) const |
|
Matrix & | operator*= (const Matrix &rhs) |
|
bool | operator== (const Matrix &mat) const |
|
bool | operator!= (const Matrix &mat) const |
|
The documentation for this class was generated from the following files:
- Core/Geometry/Matrix.h
- Core/Geometry/Matrix.cc