ladybug-tools / ladybug-geometry

🐞 📦 A library with geometry objects used throughout the Ladybug Tools core libraries
https://www.ladybug.tools/ladybug-geometry/docs/
GNU Affero General Public License v3.0
26 stars 23 forks source link

fix(polygon): Correctly sort Polygon2D intersection points #113

Closed chriswmackey closed 4 years ago

chriswmackey commented 4 years ago

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.

ladybugbot commented 4 years ago

:tada: This PR is included in version 1.18.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: