Loading [MathJax]/extensions/TeX/newcommand.js
\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.3 - 3D Fast Intersection and Distance Computation (AABB Tree)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
CGAL::AABB_traits< GeomTraits, AABBPrimitive, BboxMap >::Do_intersect Class Reference

#include <CGAL/AABB_traits.h>

Definition

template<typename GeomTraits, typename AABBPrimitive, typename BboxMap = Default>
class CGAL::AABB_traits< GeomTraits, AABBPrimitive, BboxMap >::Do_intersect

Function object using GeomTraits::Do_intersect.

In the case the query is a CGAL::AABB_tree, the do_intersect() function of this tree is used.