|  | Home | Libraries | People | FAQ | More | 
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.
template<typename CalculationType, std::size_t Dimension1, std::size_t Dimension2> class strategy::transform::ublas_transformer { // ... };
| Parameter | Description | 
|---|---|
| typename CalculationType | |
| std::size_t Dimension1 | number of dimensions to transform from | 
| std::size_t Dimension2 | number of dimensions to transform to | 
          #include <boost/geometry/strategies/transform/matrix_transformers.hpp>