CGAL 6.1 - 2D and 3D Linear Geometry Kernel
|
#include <Concepts/FunctionObjectConcepts.h>
AdaptableBinaryFunction
CGAL::Point_3<Kernel>
Operations | |
A model of this concept must provide: | |
Kernel::Point_3 | operator() (const Kernel::Point_3 &p, const Kernel::Vector_3 &v) |
returns the point obtained by translating p by the vector v . | |
Kernel::Point_3 | operator() (const Origin &o, const Kernel::Vector_3 &v) |
returns the point obtained by translating a point at the origin by the vector v . | |
Kernel::Point_3 Kernel::ConstructTranslatedPoint_3::operator() | ( | const Kernel::Point_3 & | p, |
const Kernel::Vector_3 & | v | ||
) |
returns the point obtained by translating p
by the vector v
.
Kernel::Point_3 Kernel::ConstructTranslatedPoint_3::operator() | ( | const Origin & | o, |
const Kernel::Vector_3 & | v | ||
) |
returns the point obtained by translating a point at the origin by the vector v
.