Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove redundant Modulus operation for Voxel Hash function (#358)
* Make voxel computation consistent across all source code, also use std::floor to have explicit control over type casting * Use available function for conversion * Remove redundant Modulus operation for Vocel Hash function, set robin map params instead * Make it a one liner * remove numeric from includes * New proposal * remove numeric from include * shrink diff * Consistency as always * Split changes into two PRs * Revert "Merge remote-tracking branch 'origin' into gupta_fix_hash" This reverts commit 6e46c0d, reversing changes made to 07634eb. --------- Co-authored-by: tizianoGuadagnino <[email protected]> Co-authored-by: Ignacio Vizzo <[email protected]>
- Loading branch information