wagyu icon indicating copy to clipboard operation
wagyu copied to clipboard

Add support for double and float

Open flippmoke opened this issue 8 years ago • 0 comments

Currently the wagyu algorithm only works with integers, however, with some fine tuning it might be possible to support floating point numbers.

Steps:

  • [ ] Use Approximate equality
  • [ ] Add range to snap rounding? Disable snap rounding?
  • [ ] Adjust topology correction?
  • [ ] Update poly2_contains_poly1 to handle floating points
  • [ ] Fix edge building for floating points

flippmoke avatar Mar 27 '17 15:03 flippmoke