robust-in-sphere
Version:
Exact arithmetic test to check if point is contained in sphere
55 lines (54 loc) • 1.17 kB
JSON
{
"name": "robust-in-sphere",
"version": "1.2.1",
"description": "Exact arithmetic test to check if point is contained in sphere",
"main": "in-sphere.js",
"directories": {
"test": "test"
},
"dependencies": {
"robust-scale": "^1.0.0",
"robust-sum": "^1.0.0",
"two-product": "^1.0.0",
"robust-subtract": "^1.0.0"
},
"devDependencies": {
"tape": "^2.12.3"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/robust-in-sphere.git"
},
"keywords": [
"sphere",
"robust",
"geometric",
"predicate",
"exact",
"geometry"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/robust-in-sphere/issues"
},
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/17..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
}
}