0.1.5 • Published 9 years ago

points-3d-to-2d v0.1.5

Weekly downloads
20
License
MIT
Repository
github
Last release
9 years ago

Points 3D to 2D

Project 3D points onto a 2D plane

Usage

var points3dto2d = require("points-3d-to-2d");

var points3d = []; // [[x,y,z], [...]]
var points2d = points3dto2d(points3d, false); // [[x,y], [...]]