PPL API Reference |
|
---|
Public Member Functions | |
PolygonSegment (Point2 &_s, Point2 &_t) | |
bool | OnLine (const Point2 &_p) |
Point2 | Source () |
Point2 | Target () |
double | GetConstant () |
double | GetMultiple () |
Public Attributes | |
Point2 | m_end [2] |
End points of the segment. | |
double | m_constant |
Constant for the line equation. | |
double | m_multiple |
Multiple for the line equation. | |
Input polygon segment Structure defined to expedite point in polygon test