set_box.qbk 809 B

1234567891011121314151617181920212223
  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. [heading Behavior]
  9. [table
  10. [[Case] [Behavior] ]
  11. [[__box__][Sets the coordinate of a box (use min_corner, max_corner to specify which of the points to set) ]]
  12. [[__segment__][Sets the coordinate of a segment (use 0, 1 to specify which of the two points to set) ]]
  13. ]
  14. [heading Complexity]
  15. Constant
  16. [heading Example]
  17. [set_box]
  18. [set_box_output]