[][src]Module all_is_cubes::raycast

Algorithm for raycasting through voxel grids.

Re-exports

pub use crate::math::Face;

Structs

Ray

A ray; a half-infinite line segment.

RaycastStep

Describes a ray striking a cube as defined by Raycaster

Raycaster

Iterator over grid positions that intersect a given ray.