max_corner.qbk 913 B

1234567891011121314151617181920212223242526
  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:max_corner max_corner]
  9. Indicates the maximal corner (upper right) of a box to be get, set or processed
  10. [heading Synopsis]
  11. `` int const max_corner = 1; ``
  12. [include reference/core/min_max_corner.qbk]
  13. [heading See also]
  14. * [link geometry.reference.constants.min_corner min_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]