|
Classes |
| class | vl::Matrix2< scalar_type > |
| | The Matrix2 class is a template class that implements a generic 2x2 matrix, see also vl::dmat2, vl::fmat2, vl::umat2, vl::imat2. More...
|
Namespaces |
| namespace | vl |
| | Visualization Library namespace.
|
Typedefs |
| typedef Matrix2< GLdouble > | vl::dmat2 |
| | A 2x2 matrix using GLdouble precision.
|
| typedef Matrix2< GLfloat > | vl::fmat2 |
| | A 2x2 matrix using GLfloat precision.
|
| typedef Matrix2< GLint > | vl::imat2 |
| | A 2x2 matrix using GLint precision.
|
| typedef Matrix2< GLuint > | vl::umat2 |
| | A 2x2 matrix using GLuint precision.
|
| typedef dmat2 | vl::mat2 |
| | Defined as: 'typedef dmat2 mat2'. See also VL_PIPELINE_PRECISION.
|
Functions |
| template<typename scalar_type > |
| Matrix2< scalar_type > | vl::operator* (const Matrix2< scalar_type > &m2, const Matrix2< scalar_type > &m1) |
| template<typename scalar_type > |
| Matrix2< scalar_type > | vl::operator+ (scalar_type d, const Matrix2< scalar_type > &m) |
| template<typename scalar_type > |
| Matrix2< scalar_type > | vl::operator* (scalar_type d, const Matrix2< scalar_type > &m) |
| template<typename scalar_type > |
| Vector2< scalar_type > | vl::operator* (const Matrix2< scalar_type > &m, const Vector2< scalar_type > &v) |
| template<typename scalar_type > |
| Vector2< scalar_type > | vl::operator* (const Vector2< scalar_type > &v, const Matrix2< scalar_type > &m) |