\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 5.0 - K Discrete Oriented Polytope Tree (K-DOP Tree)
CGAL::KDOP_tree::KDOP_kdop< GeomTraits, N >::Do_overlap Class Reference

#include <CGAL/KDOP_tree/KDOP_kdop.h>

Definition

template<typename GeomTraits, unsigned int N>
class CGAL::KDOP_tree::KDOP_kdop< GeomTraits, N >::Do_overlap

Check if the query intersects the node.

This class wraps different types of primitives, including triangles, rays and spheres.

Parameters
support_heightssupport heights of the node
ttriangle query
rray query
squared_radiussquared radius of a sphere
Returns
true if the query intersects the node; otherwise, false.