|
Kernel::FT
|
fo.operator() ( Kernel::Sphere_3 s)
|
| |
returns the squared radius of .
|
|
|
Kernel::FT
|
fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q, Kernel::Point_3 r, Kernel::Point_3 s)
|
| |
returns the squared radius of the sphere passing through , ,
and . | Precondition: | p, q, r and s are not coplanar. |
|
|
|
Kernel::FT
|
fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q, Kernel::Point_3 r)
|
| |
returns the squared radius of the sphere passing through , and
, and whose center is in the plane defined by these three points.
|
|
|
Kernel::FT
|
fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q)
|
| |
returns the squared radius of the smallest circle passing through ,
and , i.e. one fourth of the squared distance between and .
|