文件名称:remove-orphan-vertices:移除单纯复形中的孤立顶点
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-11 13:50:02
JavaScript
移除孤立顶点 移除单纯复形中的孤立顶点 完全重新索引位置并沿途删除未设置的顶点。 安装 $ npm install remove-orphan-vertices 用法 var removeOrphanVertices = require ( 'remove-orphan-vertices' ) ; var mesh = { cells : [ [ 0 , 2 , 3 ] ] , positions : [ [ 0 , 0 , 0 ] , [ 1 , 0 , 0 ] , // <- unused [ 1 , 0 , 0 ] , [ 0 , 1 , 0 ] , [ 0 , 0 , 0 ] // <- unused ] } mesh = removeOrphanVertices ( mesh . cells , mesh
【文件预览】:
remove-orphan-vertices-master
----LICENSE(1KB)
----README.md(687B)
----.gitignore(19B)
----index.js(485B)
----package.json(493B)