Create a planar subdivision from the given points. The ROI is computed as the minimun bounding Rectangle for the input points

C# | Visual Basic | Visual C++ |
public PlanarSubdivision( IEnumerable<Point2D<float>> points, bool silent )
Public Sub New ( _ points As IEnumerable(Of Point2D(Of Single)), _ silent As Boolean _ )
public: PlanarSubdivision( IEnumerable<Point2D<float>^>^ points, bool silent )

- points (IEnumerable<(Of <(Point2D<(Of <(Single>)>)>)>))
- The points for this planar subdivision
- silent (Boolean)
- If true, any exception during insert will be ignored