[ 源代码: 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.