/*!
Grid point struct
*/
use Debug;
use crateOutputPosition;
use crateCoordinate;
use crateVoxelData;
/// A grid point on the voxel grid, but expressed in world coordinates (floats).
/// Also stores evaluated voxel data and density gradient at that point.
/// A pair of these will be passed to the mesh generator, when creating vertices