Skip to main content

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

ParamType
aTopoVertex
bTopoVertex
tolerancenumber

recordDuplicate(result, a, b)

Kind: global function

ParamType
resultMap.<TopoVertex, Array.<TopoVertex>>
aTopoVertex
bTopoVertex

computeTopoMeshVertexDuplicates(mesh, aabb, tolerance) ⇒ Map.<TopoVertex, Array.<TopoVertex>>

Kind: global function

ParamType
meshTopoMesh
aabbAABB3
tolerancenumber

computeTopoMeshVertexDuplicates~result : Map.<TopoVertex, Array.<TopoVertex>>

Kind: inner constant of computeTopoMeshVertexDuplicates

computeTopoMeshVertexDuplicates~vertex_b : TopoVertex

Kind: inner constant of computeTopoMeshVertexDuplicates