CGAL::Fast
Definition
Fast is a tag class. It can be used to parameterize a complexity policy
in order to specify a particularly fast variant of an algorithm.
For example, passing Location_policy<Fast> as parameter to
Delaunay_triangulation_3 selects a fast point location at the expense of
more memory usage.
#include <CGAL/Complexity_tags.h>
Is Model for the Concepts
DefaultConstructible, CopyConstructible
See Also
Location_policy
Compact
Compact_location
Fast_location