Function line_drawing::walk_voxels [] [src]

pub fn walk_voxels<I: FloatNum, O: SignedNum>(
    start: Voxel<I>,
    end: Voxel<I>
) -> Vec<Voxel<O>>

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