Type Definition line_drawing::Voxel [] [src]

type Voxel<T> = (T, T, T);

An point in 3D space.