[ 原始碼: node-d3-polygon ]
套件:node-d3-polygon(1.0.6+~1.0.8-1)
node-d3-polygon 的相關連結
Debian 的資源:
下載原始碼套件 node-d3-polygon:
- [node-d3-polygon_1.0.6+~1.0.8-1.dsc]
- [node-d3-polygon_1.0.6+~1.0.8.orig-types-d3-polygon.tar.gz]
- [node-d3-polygon_1.0.6+~1.0.8.orig.tar.gz]
- [node-d3-polygon_1.0.6+~1.0.8-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [d3js.org]
相似套件:
Operations for two-dimensional polygons
This module provides a few basic geometric operations for two-dimensional polygons. Each polygon is represented as an array of two-element arrays [[x1, y1], [x2, y2], …], and may either be closed (wherein the first and last point are the same) or open (wherein they are not).
Node.js is an event-based server-side JavaScript engine.