grimsa / polysplit

An implementation of polygon splitting algorithm (unfinished)
MIT License
10 stars 6 forks source link

Remove sanity checks #5

Open grimsa opened 8 years ago

grimsa commented 8 years ago

Currently the code contains some sanity checks which provide a fail-fast safeguard to errors in the implementation of the algorithm (e.g. comparing that the total area is within a small delta of the area of full polygon, etc.).

This is useful for development, but should be made configurable or removed entirely once the code is considered production-ready.