CGAL 4.8.1 - 3D Fast Intersection and Distance Computation (AABB Tree)
|
#include <CGAL/AABB_C3T3_triangle_primitive.h>
Primitive type that wraps a facet handle of a C3T3, which is used as id, and allows the construction of the datum on the fly.
Since only the facet handle is stored in this primitive, the C3T3 from which the AABB tree is built should not be deleted while the AABB tree is in use.
GeomTraits | must provides a Point_3 type, used as Point , and a Triangle_3 type, used as Datum and constructible from three arguments of type Point . |
C3T3 | must be a CGAL::C3T3_3 whose points have type Point . |
AABBPrimitive
AABB_C3T3_segment_primitive
Types | |
typedef C3T3::Facet | Id |
Id type. | |
typedef GeomTraits::Triangle_3 | Datum |
Geometric data type. | |