Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(face): Ensure duplicate vertices don't interfere with outward calc #318

Merged
merged 1 commit into from
Sep 3, 2021

Commits on Sep 3, 2021

  1. fix(face): Ensure duplicate vertices don't interfere with outward calc

    It seems that duplicate/colinear vertices can interfere with the calculation of points on the face.  This fix ensures that this calculation always happens with a list over vertices that includes no duplicates and no colinear vertices.
    chriswmackey committed Sep 3, 2021
    Configuration menu
    Copy the full SHA
    cb47813 View commit details
    Browse the repository at this point in the history