voxelman v0.8.0 (2017-02-03T20:04:39Z)
Dub
Repo
BlockChunkPos
voxelman
world
storage
coordinates
Undocumented in source.
struct
BlockChunkPos {
this
(BlockWorldPos blockWorldPos);
this
(BlockChunkIndex blockIndex);
this
(ushort blockIndex);
this
(uvec3 blockChunkPos);
ivec3
vector
;
auto
opDispatch
();
}
Constructors
this
this
(BlockWorldPos blockWorldPos)
Undocumented in source.
this
this
(BlockChunkIndex blockIndex)
Undocumented in source.
this
this
(ushort blockIndex)
Undocumented in source.
this
this
(uvec3 blockChunkPos)
Undocumented in source.
Members
Functions
opDispatch
auto
opDispatch
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
vector
ivec3
vector
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
world
storage
coordinates
functions
adjacentPositions
blockToChunkPosition
chunkStartBlockPos
chunkToBlockPosition
structs
BlockChunkIndex
BlockChunkPos
BlockWorldPos
ChunkRegionIndex
ChunkRegionPos
ChunkWorldPos
ClientDimPos
RegionWorldPos