Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
Kernel::HasOnNegativeSide_3
A model for this must provide:
bool
fo.operator() (
Kernel::Plane_3
h,
Kernel::Point_3
p)
returns true iff
p
lies on the negative side of
h
(
h
is considered a half-space).
bool
fo.operator() (
Kernel::Sphere_3
s,
Kernel::Point_3
p)
returns true iff
p
lies on the negative side of
s
.
bool
fo.operator() (
Kernel::Tetrahedron_3
t,
Kernel::Point_3
p)
returns true iff
p
lies on the negative side of
t
.
Refines
AdaptableFunctor
(with two arguments)
See Also
CGAL::Plane_3
<
Kernel
>
CGAL::Sphere_3
<
Kernel
>
CGAL::Tetrahedron_3
<
Kernel
>
Next:
Kernel::HasOnPositiveSide_2
Navigation:
Up
,
Table of Contents
,
Package Overview
,
Bibliography
,
Index
,
Title Page
,
Acknowledging CGAL
CGAL Open Source Project
. Release 3.3.1. 25 August 2007.