aimstil
5.0.5
|
Checks if a 2D point lies within the circumcircle of a 2D triangle. 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 2D triangle.
Definition at line 291 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 295 of file geometrics.h.