CGAL 5.0 - K Discrete Oriented Polytope Tree (K-DOP Tree)
|
#include <CGAL/KDOP_tree/KDOP_kdop.h>
Check if the query intersects the node.
This class wraps different types of primitives, including triangles, rays and spheres.
support_heights | support heights of the node |
t | triangle query |
r | ray query |
squared_radius | squared radius of a sphere |
true
if the query intersects the node; otherwise, false
.