UNPKG

separating-axis-test

Version:

test for the intersection of convex polytopes in 2d or 3d, computing the minimum translation vector

25 lines (24 loc) 534 B
{ "name": "separating-axis-test", "version": "1.1.0", "description": "test for the intersection of convex polytopes in 2d or 3d, computing the minimum translation vector", "main": "index.js", "keywords": [ "hyperplane", "separating axis theorem", "intersection", "collision", "minimum translation vector" ], "dependencies": { "gl-vec2": "^1.3.0", "gl-vec3": "^1.1.3" }, "devDependencies": { "tape": "^4.13.0" }, "scripts": { "test": "tape test/*.js" }, "license": "bsd" }