Version

PolySimplification Class Members

The following tables list the members exposed by PolySimplification.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)VertexReductionSimple vertex reduction algorithm. Complexity: O(n) Summary: Include P0 in the result, and set R = P0. Iterate through subsequent points P1,P2,... until distance(PN, R) > tolerance. Include PN in the result, and set R = PN. Continue iterating in this fashion until there are no more points to consider for inclusion.  
See Also