Go to the source code of this file.
Functions | |
float | FindSlope (const std::pair< float, float > &p1, const std::pair< float, float > &p2) |
bool | Clockwise (double Ax, double Ay, double Bx, double By, double Cx, double Cy) |
bool | SegmentOverlap (double Ax, double Ay, double Bx, double By, double Cx, double Cy, double Dx, double Dy) |
std::pair< float, float > | GetIntersection (double Ax, double Ay, double Bx, double By, double Cx, double Cy, double Dx, double Dy) |
bool Clockwise | ( | double | Ax, |
double | Ay, | ||
double | Bx, | ||
double | By, | ||
double | Cx, | ||
double | Cy | ||
) |
Definition at line 15 of file Polygon2D.cxx.
float FindSlope | ( | const std::pair< float, float > & | p1, |
const std::pair< float, float > & | p2 | ||
) |
Definition at line 7 of file Polygon2D.cxx.
std::pair<float, float> GetIntersection | ( | double | Ax, |
double | Ay, | ||
double | Bx, | ||
double | By, | ||
double | Cx, | ||
double | Cy, | ||
double | Dx, | ||
double | Dy | ||
) |
Definition at line 31 of file Polygon2D.cxx.
bool SegmentOverlap | ( | double | Ax, |
double | Ay, | ||
double | Bx, | ||
double | By, | ||
double | Cx, | ||
double | Cy, | ||
double | Dx, | ||
double | Dy | ||
) |
Definition at line 21 of file Polygon2D.cxx.