Loading [MathJax]/extensions/TeX/AMSsymbols.js
CGAL 5.5 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages

Functions

template<typename Kernel >
Kernel::FT CGAL::squared_area (const CGAL::Point_3< Kernel > &p, const CGAL::Point_3< Kernel > &q, const CGAL::Point_3< Kernel > &r)
 returns the squared area of the triangle defined by the points p, q and r.