|
CGAL 4.7 - 2D Boolean Operations on Nef Polygons
|
Concepts | |
| concept | ExtendedKernelTraits_2 |
ExtendedKernelTraits_2 is a kernel concept providing extended geometryIt is called extended geometry for simplicity, though it is not a real geometry in the classical sense. Let K be an instance of the data type ExtendedKernelTraits_2. The central notion of extended geometry are extended points. An extended point represents either a standard affine point of the Cartesian plane or a non-standard point representing the equivalence class of rays where two rays are equivalent if one is contained in the other. More... | |
Extended kernel types | |
| enum | ExtendedKernelTraits_2::Point_type { ExtendedKernelTraits_2::SWCORNER, ExtendedKernelTraits_2::LEFTFRAME, ExtendedKernelTraits_2::NWCORNER, ExtendedKernelTraits_2::BOTTOMFRAME, ExtendedKernelTraits_2::STANDARD, ExtendedKernelTraits_2::TOPFRAME, ExtendedKernelTraits_2::SECORNER, ExtendedKernelTraits_2::RIGHTFRAME, ExtendedKernelTraits_2::NECORNER } |
| a type descriptor for extended points. More... | |
| typedef unspecified_type | ExtendedKernelTraits_2::RT |
| the ring type of our extended kernel. More... | |
| typedef unspecified_type | ExtendedKernelTraits_2::Point_2 |
| extended points. More... | |
| typedef unspecified_type | ExtendedKernelTraits_2::Segment_2 |
| extended segments. More... | |
| typedef unspecified_type | ExtendedKernelTraits_2::Direction_2 |
| extended directions. More... | |
extended directions.
extended points.
the ring type of our extended kernel.
extended segments.