mirror of
https://github.com/boostorg/geometry.git
synced 2026-02-01 08:32:10 +00:00
26 lines
911 B
Plaintext
26 lines
911 B
Plaintext
[/============================================================================
|
|
Boost.Geometry (aka GGL, Generic Geometry Library)
|
|
|
|
Copyright (c) 2009-2012 Barend Gehrels, Amsterdam, the Netherlands.
|
|
|
|
Use, modification and distribution is subject to the Boost Software License,
|
|
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt)
|
|
=============================================================================/]
|
|
|
|
[section:min_corner min_corner]
|
|
|
|
Indicates the minimal corner (lower left) of a box to be get, set or processed
|
|
|
|
[heading Synopsis]
|
|
`` int const min_corner = 0; ``
|
|
|
|
[include reference/core/min_max_corner.qbk]
|
|
|
|
[heading See also]
|
|
* [link geometry.reference.constants.max_corner max_corner]
|
|
* [link geometry.reference.access.get.get_1_with_index get with index]
|
|
* [link geometry.reference.access.set.set_2_with_index set with index]
|
|
|
|
[endsect]
|