b-spline
Version:
B-spline interpolation
24 lines (23 loc) • 414 B
JSON
{
"name": "b-spline",
"version": "2.0.2",
"description": "B-spline interpolation",
"author": "thibauts",
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "node ./test"
},
"repository": {
"type": "git",
"url": "git://github.com/thibauts/b-spline.git"
},
"keywords": [
"b-spline",
"interpolation",
"non-uniform",
"rational",
"nurbs",
"curve"
]
}