|
Bounded_side
|
fo.operator() ( Kernel::Sphere_3 s, Kernel::Point_3 p)
|
| |
returns either ON_UNBOUNDED_SIDE,
ON_BOUNDED_SIDE, or the constant
ON_BOUNDARY, depending on where point p is with
respect to sphere s.
|
|
|
Bounded_side
|
fo.operator() ( Kernel::Tetrahedron_3 t, Kernel::Point_3 p)
|
| |
returns either ON_UNBOUNDED_SIDE,
ON_BOUNDED_SIDE, or the constant
ON_BOUNDARY, depending on where point p is with
respect to tetrahedron t.
|
|
|
Bounded_side
|
fo.operator() ( Kernel::Iso_cuboid_3 c, Kernel::Point_3 p)
|
| |
returns either ON_UNBOUNDED_SIDE,
ON_BOUNDED_SIDE, or the constant
ON_BOUNDARY, depending on where point p is with
respect to iso-cuboid c.
|