A class for polygon–polyhedron intersection in 3d space.
#include <dumux/geometry/geometryintersection.hh>
|
template<class P = Policy> |
static bool | intersection (const Geometry1 &geo1, const Geometry2 &geo2, typename Base::Intersection &intersection) |
| Colliding polygon and convex polyhedron.
|
|
static bool | intersection (const Geometry1 &geo1, const Geometry2 &geo2, Intersection &intersection) |
| Determine if the two geometries intersect and compute the intersection geometry.
|
|
static bool | intersection (const Geometry2 &geo1, const Geometry1 &geo2, Intersection &intersection) |
| Determine if the two geometries intersect and compute the intersection geometry.
|
|
◆ ctype
◆ Intersection
◆ Point
◆ intersection() [1/3]
◆ intersection() [2/3]
template<class Geometry1, class Geometry2, class Policy>
template<class P = Policy>
- Parameters
-
geo1/geo2 | The geometries to intersect |
intersection | If the geometries collide intersection holds the corner points of the intersection object in global coordinates. |
- Note
- This forwards to the polyhedron-polygon specialization with swapped arguments.
◆ intersection() [3/3]
The documentation for this class was generated from the following file: