Processing math: 100%
CGAL 4.4 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
Kernel::Angle_3 Concept Reference

Definition

Refines:
AdaptableFunctor (with three arguments)
See Also
CGAL::angle()

Operations

A model of this concept must provide:

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).