CGAL 5.1 - 2D and 3D Linear Geometry Kernel
|
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_smaller_distance_to_point()
CGAL::has_smaller_signed_distance_to_line()
CGAL::has_smaller_signed_distance_to_plane()
Functions | |
template<typename Kernel > | |
bool | CGAL::has_larger_signed_distance_to_plane (const CGAL::Plane_3< Kernel > &h, const CGAL::Point_3< Kernel > &p, const CGAL::Point_3< Kernel > &q) |
returns true iff the signed distance of p and h is larger than the signed distance of q and h . More... | |
template<typename Kernel > | |
bool | CGAL::has_larger_signed_distance_to_plane (const CGAL::Point_3< Kernel > &p, const CGAL::Point_3< Kernel > &q, const CGAL::Point_3< Kernel > &r, const CGAL::Point_3< Kernel > &s, const CGAL::Point_3< Kernel > &t) |
returns true iff the signed distance of s and h is larger than the signed distance of t and h , where h is the oriented plane through p , q and r . More... | |
bool CGAL::has_larger_signed_distance_to_plane | ( | const CGAL::Plane_3< Kernel > & | h, |
const CGAL::Point_3< Kernel > & | p, | ||
const CGAL::Point_3< Kernel > & | q | ||
) |
#include <CGAL/Kernel/global_functions.h>
returns true
iff the signed distance of p
and h
is larger than the signed distance of q
and h
.
bool CGAL::has_larger_signed_distance_to_plane | ( | const CGAL::Point_3< Kernel > & | p, |
const CGAL::Point_3< Kernel > & | q, | ||
const CGAL::Point_3< Kernel > & | r, | ||
const CGAL::Point_3< Kernel > & | s, | ||
const CGAL::Point_3< Kernel > & | t | ||
) |
#include <CGAL/Kernel/global_functions.h>
returns true
iff the signed distance of s
and h
is larger than the signed distance of t
and h
, where h
is the oriented plane through p
, q
and r
.