\( \newcommand{\E}{\mathrm{E}} \) \( \newcommand{\A}{\mathrm{A}} \) \( \newcommand{\R}{\mathrm{R}} \) \( \newcommand{\N}{\mathrm{N}} \) \( \newcommand{\Q}{\mathrm{Q}} \) \( \newcommand{\Z}{\mathrm{Z}} \) \( \def\ccSum #1#2#3{ \sum_{#1}^{#2}{#3} } \def\ccProd #1#2#3{ \sum_{#1}^{#2}{#3} }\)
CGAL 4.12 - Triangulated Surface Mesh Segmentation
SegmentationGeomTraits::Collinear_3 Class Reference

#include <Concepts/SegmentationGeomTraits.h>

Definition

Function object model of Kernel::Collinear_3 for the aforementioned geometric types.

Public Member Functions

bool operator() (const Point_3 &p, const Point_3 &q, const Point_3 &r)
 determines if points p, q and r are collinear.