Kernel::ComputeArea_3

A model for this must provide:

Kernel::FT fo.operator() ( Kernel::Triangle_3 t)
returns the area of t. This requires that Kernel::FT supports the sqrt operation.

Kernel::FT fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q, Kernel::Point_3 r)
returns the area of the triangle p, q, r. This requires that Kernel::FT supports the sqrt operation.

Refines

AdaptableFunctor (with one argument)

See Also

CGAL::Triangle_3<Kernel>