UNPKG

geo-3d-transform-mat4

Version:

Transform geometry positions with a 4x4 transformation matrix.

33 lines (32 loc) 809 B
{ "name": "geo-3d-transform-mat4", "version": "1.0.0", "description": "Transform geometry positions with a 4x4 transformation matrix.", "main": "index.js", "scripts": { "test": "nodeunit test.js" }, "keywords": [ "stackgl", "geometry" ], "author": "Rye Terrell", "license": "Unlicense", "dependencies": { "geo-convert-position-format": "^1.0.0", "geo-identify-position-format": "^1.0.2", "gl-vec3": "^1.0.3" }, "devDependencies": { "gl-mat4": "^1.1.4", "nodeunit": "^0.9.1" }, "repository": { "type": "git", "url": "git+https://github.com/wwwtyro/geo-3d-transform-mat4.git" }, "bugs": { "url": "https://github.com/wwwtyro/geo-3d-transform-mat4/issues" }, "homepage": "https://github.com/wwwtyro/geo-3d-transform-mat4#readme" }