Navigation: Up, Table of Contents, Bibliography, Index, Title Page

Kernel::SideOfBoundedCircle_2

A model for this must provide:

Bounded_side
fo.operator() ( Kernel::Point_2 p,
Kernel::Point_2 q,
Kernel::Point_2 r,
Kernel::Point_2 t)
returns the relative position of point t to the circle defined by p, q and r. The order of the points p, q and r does not matter.
Precondition: p, q and r are not collinear.

Bounded_side
fo.operator() ( Kernel::Point_2 p,
Kernel::Point_2 q,
Kernel::Point_2 t)
returns the position of the point t relative to the circle that has pq as its diameter.

See Also

CGAL::side_of_bounded_circle


Next: Kernel::SideOfBoundedSphere_3
Navigation: Up, Table of Contents, Bibliography, Index, Title Page
www.cgal.org. Aug 13, 2001.