Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
Kernel::CollinearHasOn_2
A model for this must provide:
bool
fo.operator() (
Kernel::Ray_2
r,
Kernel::Point_2
p)
checks if point
p
is on
r
.
Precondition:
p
is on the supporting line of
r
.
bool
fo.operator() (
Kernel::Segment_2
s,
Kernel::Point_2
p)
checks if point
p
is on
s
.
Precondition:
p
is on the supporting line of
s
.
Refines
AdaptableFunctor
(with two arguments)
See Also
CGAL::Ray_2
<
Kernel
>
CGAL::Segment_2
<
Kernel
>
Next:
Kernel::Collinear_2
Navigation:
Up
Table of Contents
Package Overview
Bibliography
Index
Title
Acknowledging CGAL
CGAL Open Source Project
. Release 3.6.1. 29 June 2010.