aimstil
5.0.5
|
Checks if a 2D point lies within the circumcircle of a triangle, whose vertices are given in a counterclockwise fashion. More...
#include <cathier/geometrics.h>
Public Member Functions | |
bool | operator() (const TPoint &p, const TPoint &a, const TPoint &b, const TPoint &c) |
< True iff point lies within circumcircle. More... | |
Checks if a 2D point lies within the circumcircle of a triangle, whose vertices are given in a counterclockwise fashion.
Definition at line 245 of file geometrics.h.
|
inline |
< True iff point lies within circumcircle.
p | a point |
a | first triangle vertex |
b | second triangle vertex |
c | third triangle vertex. |
Definition at line 249 of file geometrics.h.
References til::det(), and til::norm2().