Skip to content

Signing distances with Fast Winding Number#1630

Merged
alecjacobson merged 19 commits intolibigl:masterfrom
daviesthomas:master
Oct 21, 2020
Merged

Signing distances with Fast Winding Number#1630
alecjacobson merged 19 commits intolibigl:masterfrom
daviesthomas:master

Conversation

@daviesthomas
Copy link
Copy Markdown
Contributor

Change to signed_distance.cpp to enable signing using Fast Winding Number. This is a simple change to exposed FWN signing within signed_distance.cpp.

Minor change to fast_winding_number.cpp to allow query against single point along with some templates to support changes in signed_distance.cpp.

FWN signing distance can be queried through:
- signed_distance() --> by setting type to "SIGNED_DISTANCE_TYPE_FAST_WINDING_NUMBER"
- signed_distance_fast_winding_number() --> for both single point and many.

Check all that apply (change to [x])

  • All changes meet libigl style-guidelines.
  • Adds new .cpp file.
  • Adds corresponding unit test.
  • This is a minor change.

@daviesthomas daviesthomas marked this pull request as ready for review October 19, 2020 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants