Processing math: 100%
CGAL 4.7 - 2D and 3D Linear Geometry Kernel
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
CGAL::coplanar_side_of_bounded_circle()

See Also
CGAL::coplanar_orientation()
CGAL::side_of_bounded_circle()

Functions

template<typename Kernel >
Bounded_side CGAL::coplanar_side_of_bounded_circle (const CGAL::Point_3< Kernel > &p, const CGAL::Point_3< Kernel > &q, const CGAL::Point_3< Kernel > &r, const CGAL::Point_3< Kernel > &s)
 returns the bounded side of the circle defined by p, q, and r on which s lies. More...
 

Function Documentation

template<typename Kernel >
Bounded_side CGAL::coplanar_side_of_bounded_circle ( const CGAL::Point_3< Kernel > &  p,
const CGAL::Point_3< Kernel > &  q,
const CGAL::Point_3< Kernel > &  r,
const CGAL::Point_3< Kernel > &  s 
)

returns the bounded side of the circle defined by p, q, and r on which s lies.

Precondition
p, q, r, and s are coplanar and p, q, and r are not collinear.

#include <CGAL/global_functions.h>