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.

Refines

AdaptableFunctor (with four arguments)

See Also

CGAL::side_of_bounded_circle