New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More

triangulate

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

triangulate

Triangulate a 3D polygon

0.1.5
latest
Version published
Maintainers
1
Created

Triangulate

Triangulate a 3D polygon

Usage

var triangulate = require("triangulate");

var polygon = []; // [[x,y,x], [...]]
var faces = triangulate(polygon);

FAQs

Package last updated on 17 Jun 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts