Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL::has_smaller_distance_to_point
bool
has_smaller_distance_to_point (
Point_2
<
Kernel
> p,
Point_2
<
Kernel
> q,
Point_2
<
Kernel
> r)
returns
true
iff the distance between
q
and
p
is smaller than the distance between
r
and
p
.
bool
has_smaller_distance_to_point (
Point_3
<
Kernel
> p,
Point_3
<
Kernel
> q,
Point_3
<
Kernel
> r)
returns
true
iff the distance between
q
and
p
is smaller than the distance between
r
and
p
.
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_signed_distance_to_line
CGAL::has_smaller_signed_distance_to_plane
Next:
has_smaller_signed_distance_to_line
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.7. 14 October 2010.