mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-11 05:24:02 +00:00
11 lines
280 B
C++
11 lines
280 B
C++
/*!
|
|
\defgroup overlaps overlaps: detect overlap between two geometries
|
|
\par Source descriptions:
|
|
- Egenhofer: Two objects overlap if they have common interior faces and the bounding faces have common parts
|
|
with the opposite interior faces.
|
|
|
|
\par Geometries:
|
|
- \b box + \b box
|
|
|
|
*/
|