1[/============================================================================ 2 Boost.Geometry (aka GGL, Generic Geometry Library) 3 4 Copyright (c) 2007-2013 Barend Gehrels, Amsterdam, the Netherlands. 5 Copyright (c) 2008-2013 Bruno Lalande, Paris, France. 6 Copyright (c) 2009-2013 Mateusz Loskot, London, UK. 7 8 Use, modification and distribution is subject to the Boost Software License, 9 Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at 10 http://www.boost.org/LICENSE_1_0.txt) 11=============================================================================/] 12 13 14[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically] 15[/ Generated from doxy/doxygen_output/xml/classboost_1_1geometry_1_1strategy_1_1transform_1_1scale__transformer.xml] 16[section:strategy_transform_scale_transformer strategy::transform::scale_transformer] 17 18'''<indexterm><primary>strategy</primary></indexterm><indexterm><primary>transform</primary></indexterm><indexterm><primary>scale_transformer</primary></indexterm>''' 19Strategy of scale transformation in Cartesian system. 20 21[heading Description] 22Scale scales a geometry up or down in all its dimensions. 23 24[heading Synopsis] 25``template<typename CalculationType, std::size_t Dimension1, std::size_t Dimension2> 26class strategy::transform::scale_transformer 27{ 28 // ... 29}; 30`` 31 32[heading Template parameter(s)] 33[table 34[[Parameter] [Description]] 35[[typename CalculationType] []] 36[[std::size_t Dimension1] [number of dimensions to transform from ]] 37[[std::size_t Dimension2] [number of dimensions to transform to ]] 38] 39 40[heading Header] 41`#include <boost/geometry/strategies/transform/matrix_transformers.hpp>` 42 43[endsect] 44 45