blob: 5e944b9b2aa3dc9ac1d9155d3fda6048c70c272f [file] [log] [blame]
[/============================================================================
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)
=============================================================================/]
[heading Behavior]
[table
[[Case] [Behavior] ]
[[__box__][Sets the coordinate of a box (use min_corner, max_corner to specify which of the points to set) ]]
[[__segment__][Sets the coordinate of a segment (use 0, 1 to specify which of the two points to set) ]]
]
[heading Complexity]
Constant
[heading Example]
[set_box]
[set_box_output]