|
CGAL 4.7 - 2D and 3D Linear Geometry Kernel
|
AdaptableFunctor (with one argument) CGAL::Iso_rectangle_2<Kernel> CGAL::Triangle_2<Kernel> Operations | |
| 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. More... | |
| Kernel::FT | operator() (const Kernel::Iso_rectangle_2 &r) |
returns the area of r. More... | |
| Kernel::FT | operator() (const Kernel::Triangle_2 &t) |
returns the signed area of t. More... | |
| Kernel::FT Kernel::ComputeArea_2::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 Kernel::ComputeArea_2::operator() | ( | const Kernel::Iso_rectangle_2 & | r | ) |
returns the area of r.
| Kernel::FT Kernel::ComputeArea_2::operator() | ( | const Kernel::Triangle_2 & | t | ) |
returns the signed area of t.