CGAL 5.0 - K Discrete Oriented Polytope Tree (K-DOP Tree)
|
#include <CGAL/KDOP_tree/KDOP_traits.h>
Compare distance of two points to primitives.
p | a point query |
kdop_p | the kdop of the point query. |
support_heights | the support heights of the node. |
bound | the temporary closest point. |
true
if p is closer to 'bound' than the set of primitives; otherwise, false
.