CGAL 5.1 - 2D and 3D Linear Geometry Kernel

Definition

Operations

A model of this concept must provide:

Kernel::FT operator() (const Kernel::Point_2 &p, const Kernel::Point_2 &q, const Kernel::Point_2 &r)
 returns the signed area of the triangle defined by the points p, q and r.
 
Kernel::FT operator() (const Kernel::Iso_rectangle_2 &r)
 returns the area of r.
 
Kernel::FT operator() (const Kernel::Triangle_2 &t)
 returns the signed area of t.