The class Fuzzy_sphere<Traits> implements fuzzy -dimensional spheres. A fuzzy sphere with radius and fuzziness value has as outer approximation a sphere with radius and as inner approximation a sphere with radius .
#include <CGAL/Fuzzy_sphere.h>
Expects for the template argument a model of the concept SearchTraits, for example CGAL::Cartesian_d<double>.
|
| Point type. |
|
| Number type. |
| |
Constructs a fuzzy sphere
centered at center with radius radius and fuzziness value epsilon.
|
|
| |||
test whether contains . | ||||
|
| |||
test whether the inner sphere intersects the rectangle associated with a node of a tree. | ||||
|
| |||
test whether the outer sphere encloses the rectangle associated with a node of a tree. |