CGAL 5.2.2 - 2D and 3D Linear Geometry Kernel
|
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... | |
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 | ||
) |
#include <CGAL/Kernel/global_functions.h>
returns the bounded side of the circle defined by p
, q
, and r
on which s
lies.
p
, q
, r
, and s
are coplanar and p
, q
, and r
are not collinear.