CGAL 5.1 - 2D and 3D Linear Geometry Kernel

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines:
AdaptableFunctor (with one argument)
See also
CGAL::Direction_3<Kernel>

Operations

A model of this concept must provide:

Kernel::Direction_3 operator() (const Kernel::Vector_3 &v)
 introduces a direction initialized with the direction of vector v. More...
 
Kernel::Direction_3 operator() (const Kernel::Line_3 &l)
 introduces the direction of line l. More...
 
Kernel::Direction_3 operator() (const Kernel::Ray_3 &r)
 introduces the direction of ray r. More...
 
Kernel::Direction_3 operator() (const Kernel::Segment_3 &s)
 introduces the direction of segment s. More...
 

Member Function Documentation

◆ operator()() [1/4]

Kernel::Direction_3 Kernel::ConstructDirection_3::operator() ( const Kernel::Line_3 l)

introduces the direction of line l.

◆ operator()() [2/4]

Kernel::Direction_3 Kernel::ConstructDirection_3::operator() ( const Kernel::Ray_3 r)

introduces the direction of ray r.

◆ operator()() [3/4]

Kernel::Direction_3 Kernel::ConstructDirection_3::operator() ( const Kernel::Segment_3 s)

introduces the direction of segment s.

◆ operator()() [4/4]

Kernel::Direction_3 Kernel::ConstructDirection_3::operator() ( const Kernel::Vector_3 v)

introduces a direction initialized with the direction of vector v.