CGAL 5.1 - 2D and 3D Linear Geometry Kernel
|
Functions | |
template<typename Kernel > | |
bool | CGAL::coplanar (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 true , if p , q , r , and s are coplanar. More... | |
bool CGAL::coplanar | ( | 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 true
, if p
, q
, r
, and s
are coplanar.