Transformation strategy to map from one to another Cartesian coordinate system.  
 More...
template<typename CalculationType, std::size_t Dimension1, std::size_t Dimension2, bool Mirror = false, bool SameScale = true>
class boost::geometry::strategy::transform::map_transformer< CalculationType, Dimension1, Dimension2, Mirror, SameScale >
Transformation strategy to map from one to another Cartesian coordinate system. 
- Template Parameters
- 
  
    | Mirror | if true map is mirrored upside-down (in most cases pixels are from top to bottom, while map is from bottom to top) |