Approximates one curves and returns the approximation result

C# | Visual Basic | Visual C++ |
public Seq<T> ApproxPoly( double accuracy, MemStorage storage )
Public Function ApproxPoly ( _ accuracy As Double, _ storage As MemStorage _ ) As Seq(Of T)
public: Seq<T>^ ApproxPoly( double accuracy, MemStorage^ storage )

- accuracy (Double)
- The desired approximation accuracy
- storage (MemStorage)
- The storage the resulting sequence use

The approximated contour