The class Fuzzy_iso_box<Traits> implements fuzzy -dimensional iso boxes. A fuzzy iso box with fuzziness value has as outer approximation a box dilated, and as inner approximation a box eroded by a -dim square with side length .
#include <CGAL/Fuzzy_iso_box.h>
|
| Point type. |
|
| Number type. |
| |
Constructs a fuzzy iso box
specified by the minimal iso box containing p and q and fuzziness value epsilon. Precondition: p must be lexicographically smaller than q.
|
|
| |||
test whether b contains p. | ||||
|
| |||
test whether the inner box intersects the rectangle associated with a node of a tree. | ||||
|
| |||
test whether the outer box encloses the rectangle associated with a node of a tree. |