Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::geometry::strategy::transform::ublas_transformer< CalculationType, Dimension1, Dimension2 > Class Template Reference

Affine transformation strategy in Cartesian system. More...

#include <matrix_transformers.hpp>

Inheritance diagram for boost::geometry::strategy::transform::ublas_transformer< CalculationType, Dimension1, Dimension2 >:

Detailed Description

template<typename CalculationType, std::size_t Dimension1, std::size_t Dimension2>
class boost::geometry::strategy::transform::ublas_transformer< CalculationType, Dimension1, Dimension2 >

Affine transformation strategy in Cartesian system.

The strategy serves as a generic definition of affine transformation matrix and procedure of application it to given point.

See also
http://en.wikipedia.org/wiki/Affine_transformation and http://www.devmaster.net/wiki/Transformation_matrices
Template Parameters
Dimension1number of dimensions to transform from
Dimension2number of dimensions to transform to

The documentation for this class was generated from the following file: