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
23 stars 22 forks source link

fix(polyline): Add properties to easily access polyline endoints #245

Closed chriswmackey closed 3 years ago

chriswmackey commented 3 years ago

I have come to realize that this will make a lot of my code that's higher in the dependency tree a lot cleaner, even though it's technically not necessary. It's just that there are more cases where I have a mix of polylines and line segments than I originally realized.