TuttleOFX  1
affine.hpp File Reference

support for affine transformations More...

#include <boost/gil/utilities.hpp>
Include dependency graph for affine.hpp:
This graph shows which files directly or indirectly include this file:

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< Fterry::operator* (const point2< T > &p, const matrix3x2< F > &m)
template<typename F , typename F2 >
GIL_FORCEINLINE point2< Fterry::transform (const matrix3x2< F > &mat, const point2< F2 > &src)

Detailed Description

support for affine transformations

Author:
Lubomir Bourdev and Hailin Jin
Adobe Systems Incorporated
Date:
2005-2007
September 21, 2006

Definition in file affine.hpp.