CGAL 5.1.5 - 2D and 3D Linear Geometry Kernel
|
AdaptableFunctor
(with two arguments)CGAL::Direction_2<Kernel>
Operations | |
Kernel::Direction_2 | operator() (const Kernel::Direction_2 &d, Orientation o) |
introduces a direction orthogonal to d . More... | |
Kernel::Direction_2 Kernel::ConstructPerpendicularDirection_2::operator() | ( | const Kernel::Direction_2 & | d, |
Orientation | o | ||
) |
introduces a direction orthogonal to d
.
If o
is CGAL::CLOCKWISE, d
is rotated clockwise; if o
is CGAL::COUNTERCLOCKWISE, d
is rotated counterclockwise.
o
is not CGAL::COLLINEAR.