PPL API Reference
Overview Core Algorithm Abstractions Utilities Parallel Methods
Modules Class Hierarchy Classes Functions
Todo List Bug List Dead Code
List of all members | Public Member Functions | Public Attributes
MedialAxis2D::PolygonSegment Struct 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.
 

Detailed Description

Input polygon segment Structure defined to expedite point in polygon test


The documentation for this struct was generated from the following files: