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.
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.