min_corner.qbk 911 B

12345678910111213141516171819202122232425
  1. [/============================================================================
  2. Boost.Geometry (aka GGL, Generic Geometry Library)
  3. Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
  4. Use, modification and distribution is subject to the Boost Software License,
  5. Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
  6. http://www.boost.org/LICENSE_1_0.txt)
  7. =============================================================================/]
  8. [section:min_corner min_corner]
  9. Indicates the minimal corner (lower left) of a box to be get, set or processed
  10. [heading Synopsis]
  11. `` int const min_corner = 0; ``
  12. [include reference/core/min_max_corner.qbk]
  13. [heading See also]
  14. * [link geometry.reference.constants.max_corner max_corner]
  15. * [link geometry.reference.access.get.get_1_with_index get with index]
  16. * [link geometry.reference.access.set.set_2_with_index set with index]
  17. [endsect]