points-3d-to-2d
Advanced tools
Comparing version 0.1.0 to 0.1.1
var _ = require("lodash"); | ||
var sylvester = require("sylvester"); | ||
module.exports = points3dto2d; | ||
// TODO: Provide a way to go back to 3D | ||
@@ -61,1 +59,3 @@ // - To go back from local coordinates (Lx, Ly) to 3D the transformation is | ||
}; | ||
module.exports = points3dto2d; |
{ | ||
"name": "points-3d-to-2d", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Project 3D points onto a 2D plane", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |