[ 源代码: node-d3-polygon ]
软件包:node-d3-polygon(1.0.5-3)
node-d3-polygon 的相关链接
Debian 的资源:
下载源码包 node-d3-polygon:
- [node-d3-polygon_1.0.5-3.dsc]
- [node-d3-polygon_1.0.5.orig.tar.gz]
- [node-d3-polygon_1.0.5-3.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.
其他与 node-d3-polygon 有关的软件包
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable