latest version v1.9 - last update 10 Apr 2010 |
Structure to avoid the use of the access operator of matrices. More...
#include <ltiGeometricTransform.h>
Public Member Functions | |
fastMatrix (const hMatrix3D< float > &m) | |
fastMatrix (const hMatrix2D< float > &m) | |
Public Attributes | |
float | m00 |
Structure to avoid the use of the access operator of matrices.
lti::geometricTransform::fastMatrix::fastMatrix | ( | const hMatrix3D< float > & | m | ) |
Constructor.
lti::geometricTransform::fastMatrix::fastMatrix | ( | const hMatrix2D< float > & | m | ) |
Constructor.
The matrix is copied first in these variables to avoid the access operator [y,x] which takes some more time.
..
Referenced by lti::geometricTransform::transf().