points-3d-to-2d:将3D点投影到2D平面上

时间:2024-06-07 16:52:35
【文件属性】:

文件名称:points-3d-to-2d:将3D点投影到2D平面上

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-07 16:52:35

JavaScript

将3D指向2D 将3D点投影到2D平面上 用法 var points3dto2d = require ( "points-3d-to-2d" ) ; var points3d = [ ] ; // [[x,y,z], [...]] var points2d = points3dto2d ( points3d , false ) ; // [[x,y], [...]]


【文件预览】:
points-3d-to-2d-master
----LICENSE(1KB)
----README.md(233B)
----.gitignore(1KB)
----index.js(3KB)
----package.json(690B)

网友评论

  • 其实没啥用