CGAL 6.0 - 2D and 3D Linear Geometry Kernel
|
AdaptableBinaryFunction
CGAL::Plane_3<Kernel>
CGAL::Sphere_3<Kernel>
CGAL::Tetrahedron_3<Kernel>
Operations | |
A model of this concept must provide: | |
Oriented_side | operator() (const Kernel::Plane_3 &h, const Kernel::Point_3 &p) |
returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented plane h . | |
Oriented_side | operator() (const Kernel::Point_3 &plane_point, const Kernel::Vector_3 &plane_vector, const Kernel::Point_3 &p) |
returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented plane constructed from plane_point and plane_vector . | |
Oriented_side | operator() (const Kernel::Tetrahedron_3 &t, const Kernel::Point_3 &p) |
returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented tetrahedron t . | |
Oriented_side | operator() (const Kernel::Sphere_3 &s, const Kernel::Point_3 &p) |
returns CGAL::ON_ORIENTED_BOUNDARY, CGAL::ON_NEGATIVE_SIDE, or CGAL::ON_POSITIVE_SIDE, depending on the position of p relative to the oriented sphere s . | |