Kernel::ComputeSquaredArea_3

A model for this must provide:

Kernel::FT fo.operator() ( Kernel::Triangle_3 t)
returns the square of the area of t.

Kernel::FT
fo.operator() ( Kernel::Point_3 p,
Kernel::Point_3 q,
Kernel::Point_3 r)
returns the square of the area of the triangle p, q, r.

Refines

AdaptableFunctor (with one argument)

See Also

CGAL::Triangle_3<Kernel>