CGAL::has_smaller_signed_distance_to_plane

bool
has_smaller_signed_distance_to_plane ( Plane_3<Kernel> h,
Point_3<Kernel> p,
Point_3<Kernel> q)
returns true iff the signed distance of p and h is smaller than the signed distance of q and h.

bool
has_smaller_signed_distance_to_plane ( Point_3<Kernel> p,
Point_3<Kernel> q,
Point_3<Kernel> r,
Point_3<Kernel> s,
Point_3<Kernel> t)
returns true iff the signed distance of p and h is smaller than the signed distance of q and h, where h is the oriented plane through p, q and r.

See Also

CGAL::compare_distance_to_point
CGAL::compare_signed_distance_to_line
CGAL::compare_signed_distance_to_plane
CGAL::has_larger_distance_to_point
CGAL::has_larger_signed_distance_to_line
CGAL::has_larger_signed_distance_to_plane
CGAL::has_smaller_distance_to_point
CGAL::has_smaller_signed_distance_to_line