|
CGAL 5.6.1 - 2D and 3D Linear Geometry Kernel
|
AdaptableBinaryFunction 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 != CGAL::COLLINEAR.