computeTopoMeshVertexDuplicates
Functions
- isPositionEquivalent(a, b, tolerance)
- recordDuplicate(result, a, b)
- computeTopoMeshVertexDuplicates(mesh, aabb, tolerance) ⇒
Map.<TopoVertex, Array.<TopoVertex>>
isPositionEquivalent(a, b, tolerance)
Kind: global function
Param | Type |
---|---|
a | TopoVertex |
b | TopoVertex |
tolerance | number |
recordDuplicate(result, a, b)
Kind: global function
Param | Type |
---|---|
result | Map.<TopoVertex, Array.<TopoVertex>> |
a | TopoVertex |
b | TopoVertex |
computeTopoMeshVertexDuplicates(mesh, aabb, tolerance) ⇒ Map.<TopoVertex, Array.<TopoVertex>>
Kind: global function
Param | Type |
---|---|
mesh | TopoMesh |
aabb | AABB3 |
tolerance | number |
- computeTopoMeshVertexDuplicates(mesh, aabb, tolerance) ⇒
Map.<TopoVertex, Array.<TopoVertex>>
computeTopoMeshVertexDuplicates~result : Map.<TopoVertex, Array.<TopoVertex>>
Kind: inner constant of computeTopoMeshVertexDuplicates
computeTopoMeshVertexDuplicates~vertex_b : TopoVertex
Kind: inner constant of computeTopoMeshVertexDuplicates