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 4.12.2 - 3D Fast Intersection and Distance Computation (AABB Tree)
All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Modules Pages
AABBRayIntersectionGeomTraits Concept Reference

Definition

The concept AABBRayIntersectionGeomTraits is a refinement of the concept AABBGeomTraits. In addition to the types required by AABBGeomTraits it also requires types and functors necessary to define the Intersection_distance functor.

Refines:
AABBGeomTraits
Has Models:
Any 3D Kernel is a model of this concept.
See also
CGAL::AABB_traits<AABBGeomTraits,AABBPrimitive>
CGAL::AABB_tree<AABBTraits>
AABBPrimitive

Public Types

typedef unspecified_type Point_3
 Type of a 3D point.
 
typedef unspecified_type Ray_3
 Type of a 3D ray.
 
typedef unspecified_type Vector_3
 Type of a 3D vector.
 
typedef unspecified_type Construct_source_3
 A functor object to construct the source point of a ray. More...
 
typedef unspecified_type Cartesian_const_iterator_3
 A model of CartesianConstIterator3.
 
typedef unspecified_type Construct_cartesian_const_iterator_3
 A model of ConstructCartesianConstIterator3.
 
typedef unspecified_type Construct_vector_3
 A functor object to construct a vector giving the direction of a ray. More...
 

Member Typedef Documentation

◆ Construct_source_3

A functor object to construct the source point of a ray.

Provides the operator: Point_3 operator()(const Ray_3&);

◆ Construct_vector_3

A functor object to construct a vector giving the direction of a ray.

Provides the operator: Vector_3 operator()(const Ray_3&);