transform_translate_transformer.qbk 1.7 KB

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