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 )
Public Sub New ( _ points As IEnumerable(Of Point2D(Of Single)) _ )
public: PlanarSubdivision( IEnumerable<Point2D<float>^>^ points )

- points (IEnumerable<(Of <(Point2D<(Of <(Single>)>)>)>))
- The points for this planar subdivision