Bounded_side
|
|
| |
returns the relative position of point t
to the sphere defined by , , , and . The order
of the points , , , and does not matter.
Precondition: | p, q, r and s are not coplanar. |
|
|
Bounded_side
|
|
| |
returns the position of the point t relative to the sphere
passing through , , and and whose center is in the plane defined
by these three points.
|
|
Bounded_side
|
side_of_bounded_sphere ( Point_3<Kernel> p, Point_3<Kernel> q, Point_3<Kernel> t)
|
| |
returns the position of the point t relative to the sphere
that has as its diameter.
|