Like convex_hull_traits_2<R>, the class convex_hull_constructive_traits_2<R> is a convex hull traits class parameterized with a representation class for the two-dimensional CGAL kernel. However, unlike the default convex hull traits class convex_hull_traits_2<R>, the class convex_hull_constructive_traits_2<R> makes use of previously computed results to avoid redundancy. For example, in the sidedness tests, lines (of type Line_2<R>) are constructed, which is equivalent to the precomputation of subdeterminants of the orientation-determinant for three points.
#include <CGAL/convex_hull_constructive_traits_2.h>
|
|
|
|
|
| |
| |
| |
| |
| |
| |
|
|
|
| |||
|
| |||
|
| |||
|
| |||
|
| |||
|
| |||
|
|