|
CGAL 4.4 - 2D and 3D Linear Geometry Kernel
|
AdaptableFunctor (with three arguments) CGAL::angle() Operations | |
| Angle | operator() (const Kernel::Point_3 &p, const Kernel::Point_3 &q, const Kernel::Point_3 &r) |
returns CGAL::OBTUSE, CGAL::RIGHT or CGAL::ACUTE depending on the angle formed by the three points p, q, r (q being the vertex of the angle). More... | |
| Angle Kernel::Angle_3::operator() | ( | const Kernel::Point_3 & | p, |
| const Kernel::Point_3 & | q, | ||
| const Kernel::Point_3 & | r | ||
| ) |
returns CGAL::OBTUSE, CGAL::RIGHT or CGAL::ACUTE depending on the angle formed by the three points p, q, r (q being the vertex of the angle).