projection-3d-2d
Version:
Project (transform) point coordinates from 3D to 2D and unproject it back.
50 lines (49 loc) • 1.22 kB
JSON
{
"name": "projection-3d-2d",
"version": "2.0.8",
"description": "Project (transform) point coordinates from 3D to 2D and unproject it back.",
"main": "index.js",
"scripts": {
"test": "mocha --exit test/test.js",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Infl1ght/projection-3d-2d.git"
},
"author": "Ilya Volkov <ilya.inflight@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Infl1ght/projection-3d-2d/issues"
},
"homepage": "https://github.com/Infl1ght/projection-3d-2d#readme",
"dependencies": {
"ml-matrix": "5.2.1"
},
"devDependencies": {
"@babel/core": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"babel-loader": "^8.2.2",
"mocha": "^9.1.3",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
},
"directories": {
"test": "test"
},
"keywords": [
"projection",
"unprojection",
"transformation",
"projection matrix",
"perspective projection",
"camera matrix",
"perspective",
"2d",
"3d",
"perspective projection matrix",
"3d to 2d"
],
"types": "main.d.ts",
"prepublishOnly": "webpack --mode=production"
}