Parasol Planning Library (PPL)
|
#include <MedialAxis2D.h>
Public Member Functions | |
PolygonSegment (Point2 &_s, Point2 &_t) | |
bool | OnLine (const Point2 &_p) |
Point2 | Source () |
Point2 | Target () |
double | GetConstant () |
double | GetMultiple () |
Data Fields | |
Point2 | m_end [2] |
End points of the segment. More... | |
double | m_constant |
Constant for the line equation. More... | |
double | m_multiple |
Multiple for the line equation. More... | |
Input polygon segment Structure defined to expedite point in polygon test
|
inline |
|
inline |
bool MedialAxis2D::PolygonSegment::OnLine | ( | const Point2 & | _p | ) |
|
inline |
|
inline |
double MedialAxis2D::PolygonSegment::m_constant |
Constant for the line equation.
Point2 MedialAxis2D::PolygonSegment::m_end[2] |
End points of the segment.
double MedialAxis2D::PolygonSegment::m_multiple |
Multiple for the line equation.