Geogram Version 1.8.5
A programming library of geometric algorithms
Loading...
Searching...
No Matches
Todo List
Member GEO::PCK::orient_2d (const double *p0, const double *p1, const double *p2)
check whether orientation is inverted as compared to Shewchuk's version.
Member GEO::PCK::orient_2d (const vec2 &p0, const vec2 &p1, const vec2 &p2)
check whether orientation is inverted as compared to Shewchuk's version.
Member GEO::PCK::orient_3d (const double *p0, const double *p1, const double *p2, const double *p3)
check whether orientation is inverted as compared to Shewchuk's version.
Member GEO::PCK::orient_3d (const vec3 &p0, const vec3 &p1, const vec3 &p2, const vec3 &p3)
check whether orientation is inverted as compared to Shewchuk's version.
Member GEO::PCK::orient_3d_inexact (const double *p0, const double *p1, const double *p2, const double *p3)
check whether orientation is inverted as compared to Shewchuk's version.