[ ソース: 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.