Type Definition line_drawing::Voxel[][src]

pub type Voxel<T> = (T, T, T);
Expand description

An point in 3D space.