The class AABB_traits<GeomTraits,Primitive> is a model of the concept AABBTraits. This traits class handles any type of 3D geometric primitives provided that the proper intersection tests and constructions are implemented. It handles points, rays, lines and segments as query types for intersection detection and computations, and it handles points as query type for distance queries.
#include <CGAL/AABB_traits.h>
|
| Point query type. |
|
| Ray query type. |
|
| Line query type. |
|
| Segment query type. |
| |
Unsigned integral type.
| |
| |
Default constructor.
|
AABBTraits,
AABB_tree<AT>,
AABBPrimitive