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

fix(face): Implement final fix for Face3D normal calculation #313

Closed chriswmackey closed 3 years ago

chriswmackey commented 3 years ago

I have used the method here: https://stackoverflow.com/questions/32274127/how-to-efficiently-determine-the-normal-to-a-polygon-in-3d-space

And it seems more robust than anything else that I have tried so far. I can't believe it took me this long to find this method in my searches.

github-actions[bot] commented 3 years ago

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

The release is available on:

Your semantic-release bot :package::rocket: