Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2020. The current version is 1.89.0.
Strategy of scale transformation in Cartesian system.
Scale scales a geometry up or down in all its dimensions.
template<typename CalculationType, std::size_t Dimension1, std::size_t Dimension2> class strategy::transform::scale_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>