CGAL 5.5 - 3D Triangulations
|
#include <CGAL/Robust_weighted_circumcenter_filtered_traits_3.h>
K.
Upgrades the functors models of Kernel::ConstructWeightedCircumcenter_3
, Kernel::ComputeSquaredRadius_3
, and Kernel::ComputeSquaredRadiusSmallestOrthogonalSphere_3
that are provided by K
with robust versions.
This improved robustness is achieved by using exact computations if the geometric configuration is close to degenerate (e.g. almost coplanar points). The upgrade is completely invisible from an interface point of view as the class Robust_weighted_circumcenter_filtered_traits_3
overrides the types and function objects associated with the basic versions.
K | must be a model of the Kernel concept. |
Types | |
typedef unspecified_type | Construct_weighted_circumcenter_3 |
a model of Kernel::ConstructWeightedCircumcenter_3 | |
typedef unspecified_type | Compute_squared_radius_3 |
a model of Kernel::ComputeSquaredRadius_3 | |
typedef unspecified_type | Compute_squared_radius_smallest_orthogonal_sphere_3 |
a model of Kernel::ComputeSquaredRadiusSmallestOrthogonalSphere_3 | |