Function line_drawing::bresenham_3d [] [src]

pub fn bresenham_3d<T: SignedNum>(
    start: Voxel<T>,
    end: Voxel<T>
) -> Vec<Voxel<T>>

A convenience function to collect the points from Bresenham3d into a Vec.