- blockBoxToChunkBox
WorldBox blockBoxToChunkBox(WorldBox blockBox)
Undocumented in source. Be warned that the author may not have intended to support it.
- blockBoxToChunkLocalBox
WorldBox blockBoxToChunkLocalBox(WorldBox blockBox)
Undocumented in source. Be warned that the author may not have intended to support it.
- calcBox
WorldBox calcBox(ChunkWorldPos cwp, int viewRadius)
Undocumented in source. Be warned that the author may not have intended to support it.
- calcModifiedMeshesBox
WorldBox calcModifiedMeshesBox(WorldBox modificationBox)
Returns chunks if their mesh may have changed after specified modification
WorldBox is specified in block space
- chunkToBlockBox
WorldBox chunkToBlockBox(ChunkWorldPos cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
- chunkToBlockBox
WorldBox chunkToBlockBox(ivec3 cwp, ushort dimension)
Undocumented in source. Be warned that the author may not have intended to support it.
- chunkToBlockBox
Box chunkToBlockBox(ivec3 cwp)
Undocumented in source. Be warned that the author may not have intended to support it.
- putCube
void putCube(Batch batch, Box box, Color4ub color, bool fill, bool offset)
Undocumented in source. Be warned that the author may not have intended to support it.
- shiftAndClampBoxByBorders
WorldBox shiftAndClampBoxByBorders(WorldBox box, Box dimBorders)
Undocumented in source. Be warned that the author may not have intended to support it.
- trisect4d
TrisectResult trisect4d(WorldBox a, WorldBox b)
Undocumented in source. Be warned that the author may not have intended to support it.
- worldBoxFromCorners
WorldBox worldBoxFromCorners(ivec3 a, ivec3 b, ushort dimension)
Undocumented in source. Be warned that the author may not have intended to support it.
- worldBoxIntersection
WorldBox worldBoxIntersection(WorldBox a, WorldBox b)
Undocumented in source. Be warned that the author may not have intended to support it.