Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
Kernel::CompareDistance_3
A model for this must provide:
Comparison_result
fo.operator() (
Kernel::Point_3
p,
Kernel::Point_3
q,
Kernel::Point_3
r)
compares the distances of points
q
and
r
to point
p
Comparison_result
fo.operator() ( Type1 obj1, Type2 obj2, Type3 obj3, Type4 obj4)
compares the squared distance between
obj1
and
obj2
to the squared distance between
obj3
and
obj4
for all tuples of types
Type1
,
Type2
,
Type3
and
Type4
in the following set of types:
Kernel::Point_3
Kernel::Line_3
Kernel::Ray_3
Kernel::Segment_3
Kernel::Plane_3
Refines
AdaptableFunctor
(with three arguments)
See Also
Kernel::CompareSquaredDistance_3
CGAL::compare_distance_to_point
CGAL::compare_squared_distance
Next:
Kernel::CompareSlope_2
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.7. 14 October 2010.