|
| |
computes the intersection region of two geometrical objects of type Type1 and Type2 |
for all pairs Type1 and Type2, where the type Type1 is Kernel::Plane_3 and Type2 can be any of the following:
and also where the type Type1 is Kernel::Triangle_3 and Type2 can be any of the following:
|
| |
computes the intersection of two lines. The result can be either a Kernel::Point_3, a Kernel::Line_3, or empty. | ||
|
| |
computes the intersection of two spheres. The result can be either a Kernel::Point_3, a Kernel::Circle_3, a Kernel::Sphere_3 or empty. | ||
|
| |
computes the intersection of three planes. The result can be either a Kernel::Point_3, a Kernel::Line_3, a Kernel::Plane_3, or empty. |