Voxel Traversal Algorithm
This is a rust port of https://github.com/francisengelmann/fast_voxel_traversal.
Example
// f32
voxel_traversal;
// there is also a f64 implementation called voxel_traversal_f64
License
Licensed under MIT LICENSE