CGAL 6.3 - 2D and 3D Linear Geometry Kernel
Loading...
Searching...
No Matches
CGAL::coplanar_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.

Function Documentation

◆ coplanar_side_of_bounded_circle()

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 )

#include <CGAL/Kernel/global_functions.h>

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.