mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 07:34:03 +00:00
11 lines
408 B
C++
11 lines
408 B
C++
/*!
|
|
\defgroup combine combine: add a geometry to a bounding box
|
|
\par Geometries:
|
|
- \b box + \b box -> \b box: the box will be combined with the other box
|
|
\image html combine_box_box.png
|
|
\note Also if the input box is incorrect, the box will correctly updated
|
|
- \b box + \b point -> \b box: the box will combined with the point
|
|
\image html combine_box_point.png
|
|
- \b box + \b segment -> \b box
|
|
*/
|