CGAL 6.1 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches
Kernel::ConstructOppositeRay_2 Class Reference

#include <Concepts/FunctionObjectConcepts.h>

Definition

Refines
AdaptableUnaryFunction
See also
CGAL::Ray_2<Kernel>

Operations

A model of this concept must provide:

Kernel::Ray_2 operator() (const Kernel::Ray_2 &r)
 returns the ray with the same source as r, but in opposite direction.
 

Member Function Documentation

◆ operator()()

Kernel::Ray_2 Kernel::ConstructOppositeRay_2::operator() ( const Kernel::Ray_2 r)

returns the ray with the same source as r, but in opposite direction.