Compounds |
class | MSLPoint |
Typedefs |
typedef list<MSLPoint> | MSLPolygon |
Functions |
MSLPoint | center (const MSLPoint& a, const MSLPoint& b) |
MSLPoint | midMSLPoint (const MSLPoint& a, const MSLPoint& b) |
int | orientation (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c) |
int | cmp_signed_dist (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c, const MSLPoint& d) |
double | area (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c) |
bool | collinear (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c) |
bool | right_turn (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c) |
bool | left_turn (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c) |
bool | incircle (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c, const MSLPoint& d) |
bool | outcircle (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c, const MSLPoint& d) |
bool | cocircular (const MSLPoint& a, const MSLPoint& b, const MSLPoint& c, const MSLPoint& d) |