pub trait GetChunkPos { // Required method fn chunk_pos(&self) -> ChunkPos; }
Obtains a chunk position for the purpose of placement in the BVH.