|
CGAL 5.1 - dD Geometry Kernel
|
#include <Concepts/Kernel--Intersect_d.h>
Operations | |
| template<class Type1 , class Type2 > | |
| cpp11::result_of< Kernel::Intersect_d(Type1, Type2)>::type | operator() (const Type1 &p, const Type2 &q) |
| returns the result of the intersection of \( p\) and \( q\) in form of a stack-based discriminated union container object. More... | |
| cpp11::result_of<Kernel::Intersect_d(Type1, Type2)>::type Kernel_d::Intersect_d::operator() | ( | const Type1 & | p, |
| const Type2 & | q | ||
| ) |
returns the result of the intersection of \( p\) and \( q\) in form of a stack-based discriminated union container object.
Type1 and Type2 may be any of Kernel_d::Segment_d, Kernel_d::Ray_d, Kernel_d::Line_d, Kernel_d::Hyperplane_d.
For a list of the possible return types, see CGAL::intersection().
p and q have the same dimension.