-
Notifications
You must be signed in to change notification settings - Fork 92
Package_wrappers_available
Sebastien Loriot edited this page Oct 4, 2022
·
8 revisions
CGAL is internally organized into packages that gather a set of related data structures and algorithms. The package overview page somehow reflects this structure.
Currently we provide wrappers for the following CGAL packages:
- Few Kernel primitives (details here)
- 2D Triangulations
- 3D Triangulations
- 2D Alpha Shapes
- 2D Convex Hulls and Extreme Points
- 3D Convex Hulls
- dD Spatial Searching (only for 2D and 3D cases)
- 3D Fast Intersection and Distance Computation (AABB Tree)
- 3D Polyhedral Surfaces
- 2D Conforming Triangulations and Meshes
- 3D Surface Mesh Generation
- 3D Mesh Generation
- 2D and Surface Function Interpolation
- 2D Voronoi Diagram Adaptor
- Halfedge Data Structures
- Point Set Processing
- Intersecting Sequences of dD Iso-oriented Boxes
- Polygon Mesh Processing
- 2D Polyline Simplification
- Advancing Front Surface Reconstruction (only the main function is wrapped)
- 3D Alpha Wrapping