\( \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.7 - 2D and 3D Linear Geometry Kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Kernel::ConstructDirection_2 Concept Reference

Definition

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

Operations

A model of this concept must provide:

Kernel::Direction_2 operator() (const Kernel::Vector_2 &v)
 introduces the direction of vector v. More...
 
Kernel::Direction_2 operator() (const Kernel::Line_2 &l)
 introduces the direction of line l. More...
 
Kernel::Direction_2 operator() (const Kernel::Ray_2 &r)
 introduces the direction of ray r. More...
 
Kernel::Direction_2 operator() (const Kernel::Segment_2 &s)
 introduces the direction of segment s. More...
 

Member Function Documentation

Kernel::Direction_2 Kernel::ConstructDirection_2::operator() ( const Kernel::Vector_2 v)

introduces the direction of vector v.

Kernel::Direction_2 Kernel::ConstructDirection_2::operator() ( const Kernel::Line_2 l)

introduces the direction of line l.

Kernel::Direction_2 Kernel::ConstructDirection_2::operator() ( const Kernel::Ray_2 r)

introduces the direction of ray r.

Kernel::Direction_2 Kernel::ConstructDirection_2::operator() ( const Kernel::Segment_2 s)

introduces the direction of segment s.