FemViewer::Matrix< T > Member List
This is the complete list of members for
FemViewer::Matrix< T >, including all inherited members.
Apply() const | FemViewer::Matrix< T > | [inline] |
Identity | FemViewer::Matrix< T > | [inline, static] |
Invers() const | FemViewer::Matrix< T > | |
Invers() const | FemViewer::Matrix< T > | [inline] |
IsIdentity() const | FemViewer::Matrix< T > | [inline] |
IsSingular() const | FemViewer::Matrix< T > | |
IsSingular() const | FemViewer::Matrix< T > | [inline] |
LoadIdentity() | FemViewer::Matrix< T > | [inline] |
LoadNullMatrix() | FemViewer::Matrix< T > | [inline] |
LookAt(const fvmath::Vec3< T > &eye, const fvmath::Vec3< T > ¢er, const fvmath::Vec3< T > &up) | FemViewer::Matrix< T > | [inline, static] |
make3x3(T *out) const | FemViewer::Matrix< T > | [inline] |
Matrix() | FemViewer::Matrix< T > | [inline] |
Matrix(T v) | FemViewer::Matrix< T > | [inline] |
Matrix(const Matrix< T > &Tr) | FemViewer::Matrix< T > | [inline] |
matrix | FemViewer::Matrix< T > | |
operator*(const Matrix< T > &Tr) const | FemViewer::Matrix< T > | [inline] |
operator*(const Vec3D &dc) const | FemViewer::Matrix< T > | [inline] |
operator*(const Vec3< T > &dc) const | FemViewer::Matrix< T > | [inline] |
operator*(const Homogenous &hc) const | FemViewer::Matrix< T > | [inline] |
operator*=(T constant) | FemViewer::Matrix< T > | [inline] |
operator+(const Matrix< T > &Tr) const | FemViewer::Matrix< T > | [inline] |
operator+=(const Matrix< T > &Tr) | FemViewer::Matrix< T > | [inline] |
operator-(const Matrix< T > &Tr) const | FemViewer::Matrix< T > | [inline] |
operator-=(const Matrix< T > &Tr) | FemViewer::Matrix< T > | [inline] |
operator/=(T constant) | FemViewer::Matrix< T > | [inline] |
operator<<(std::ostream &strm, const Matrix &mt) | FemViewer::Matrix< T > | [friend] |
operator=(const Matrix< T > &Tr) | FemViewer::Matrix< T > | [inline] |
operator[](size_t idx) | FemViewer::Matrix< T > | [inline] |
operator[](size_t idx) const | FemViewer::Matrix< T > | [inline] |
rotateAbout(const float *coord, const float angle) | FemViewer::Matrix< T > | |
rotateAbout(const float *coord, const float angle) | FemViewer::Matrix< T > | [inline] |
scale(const Vec3D &vec) | FemViewer::Matrix< T > | |
scale(const Vec3D &vec) | FemViewer::Matrix< T > | [inline] |
SetIdentity() | FemViewer::Matrix< T > | [inline] |
SetScalefactors(const T &sx, const T &sy, const T &sz) | FemViewer::Matrix< T > | [inline] |
SetTransformationFactors(const Vec3< T > &coef) | FemViewer::Matrix< T > | [inline] |
translate(const Vec3D &vec) | FemViewer::Matrix< T > | |
translate(const Vec3D &vec) | FemViewer::Matrix< T > | [inline] |
~Matrix() | FemViewer::Matrix< T > | [inline, virtual] |