- euclidDist
double euclidDist(ivec3 position, ivec3 other)
Undocumented in source. Be warned that the author may not have intended to support it.
- euclidDistSqr
size_t euclidDistSqr(ivec3 position, ivec3 other)
Undocumented in source. Be warned that the author may not have intended to support it.
- manhattanDist
size_t manhattanDist(ivec3 position, ivec3 other)
Undocumented in source. Be warned that the author may not have intended to support it.