There are some intersection routines for three dimensional objects.
These intersections go in the same way as in two dimensions, see
Chapter
.
|
|
| |
The return value is Object. This is a special kind of object that can contain an object of any type.
Here we describe the types that can be contained in the Object return value for every possible pair of geometric objects.
| type A | type B | return type | ||
|---|---|---|---|---|
| Plane_3 | Line_3 |
|
||
| Plane_3 | Ray_3 |
|
||
| Plane_3 | Segment_3 |
|
||
| Plane_3 | Plane_3 |
|