|
Comparison_result
|
fo.operator() ( Kernel::Point_3 p, Kernel::FT sr)
|
| |
compares the squared radius of the sphere of radius 0 centered
at p to sr.
This returns the opposite sign of sr.
|
|
|
Comparison_result
|
fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q, Kernel::FT sr)
|
| |
compares the squared radius of the sphere defined by the
points p and q to sr.
|
|
|
Comparison_result
|
fo.operator() ( Kernel::Point_3 p, Kernel::Point_3 q, Kernel::Point_3 r, Kernel::FT sr)
|
| |
compares the squared radius of the sphere defined by the
points p, q, and r to sr.
|
|
|
Comparison_result
|
|
| |
compares the squared radius of the sphere defined by the
points p, q, , r, and s to sr.
|