1[/============================================================================ 2 Boost.Geometry (aka GGL, Generic Geometry Library) 3 4 Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands. 5 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 11[section:max_corner max_corner] 12 13Indicates the maximal corner (upper right) of a box to be get, set or processed 14 15[heading Synopsis] 16`` int const max_corner = 1; `` 17 18[include reference/core/min_max_corner.qbk] 19 20[heading See also] 21* [link geometry.reference.constants.min_corner min_corner] 22* [link geometry.reference.access.get.get_1_with_index get with index] 23* [link geometry.reference.access.set.set_2_with_index set with index] 24 25[endsect] 26 27