This commit fixes an issue where new points of the Polygon2D intersection calculation were not being placed back in the correct order of their parent Polygon.
It adds a new hidden method, which ensures that multiple updates to a single segment are inserted in the correct order over the polygon.
This commit fixes an issue where new points of the Polygon2D intersection calculation were not being placed back in the correct order of their parent Polygon.
It adds a new hidden method, which ensures that multiple updates to a single segment are inserted in the correct order over the polygon.