文件名称:geometry:JavaScript 几何类型列表
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-22 05:25:42
JavaScript
几何学 JavaScript 几何类型:点、大小、矩形等。 安装 使用安装: $ component install graouts/geometry 应用程序接口 观点 var Point = require ( "geometry/point" ) ; // Basic API. var point = new Point ( 10 , 10 ) ; point . x ; // 10 point . y ; // 10 point . z ; // no "z" coordinate was specified, defaults to 0. point . toString ( ) ; // -> Point[10, 10, 0] point
【文件预览】:
geometry-master
----size.js(2KB)
----index.js(1KB)
----package.json(175B)
----component.json(344B)
----rect.js(4KB)
----.gitignore(17B)
----History.md(0B)
----Makefile(166B)
----point.js(3KB)
----README.md(2KB)
----bower.json(289B)