UNPKG

voxel-triangulation

Version:

a library for subdividing voxels into triangles

9 lines (7 loc) 131 B
const COMPASS_DIRECTION_VECTOR = [ [0, 1], [1, 0], [0, -1], [-1, 0] ]; module.exports = COMPASS_DIRECTION_VECTOR;