box-intersect
Version:
Any dimensional box intersection
44 lines (43 loc) • 908 B
JSON
{
"name": "box-intersect",
"version": "1.0.2",
"description": "Any dimensional box intersection",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikolalysenko/box-intersect.git"
},
"keywords": [
"box",
"intersection",
"collision",
"detection",
"aabb",
"2d",
"3d"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/box-intersect/issues"
},
"homepage": "https://github.com/mikolalysenko/box-intersect",
"devDependencies": {
"array-shuffle": "^1.0.0",
"dup": "^1.0.0",
"guarded-array": "^1.0.0",
"iota-array": "^1.0.0",
"tape": "^3.4.0",
"uniq": "^1.0.1"
},
"dependencies": {
"bit-twiddle": "^1.0.2",
"typedarray-pool": "^1.1.0"
}
}