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. |