Search
Polygon Methods
 


 Public Methods

  Name Description

contains

Checks whether the specified point lies whithin the polygon.

getBounds

Gets the smallest rectangle bounding the polygon.

getPoints

Gets a collection of the polygon points.

intersectLine

Calculates the intersections between the polygon and the line defined by the given points. The result is a list containing all points of intersection.

intersectSegment

Overloaded.  

 See Also