|
TuttleOFX
1
|
support for affine transformations More...
#include <boost/gil/utilities.hpp>

Go to the source code of this file.
Data Structures | |
| class | terry::matrix3x2< T > |
| struct | terry::mapping_traits< matrix3x2< F > > |
Namespaces | |
| namespace | terry |
Functions | |
| template<typename T > | |
| GIL_FORCEINLINE matrix3x2< T > | terry::operator* (const matrix3x2< T > &m1, const matrix3x2< T > &m2) |
| template<typename T , typename F > | |
| GIL_FORCEINLINE point2< F > | terry::operator* (const point2< T > &p, const matrix3x2< F > &m) |
| template<typename F , typename F2 > | |
| GIL_FORCEINLINE point2< F > | terry::transform (const matrix3x2< F > &mat, const point2< F2 > &src) |