Skip to main content

expandConnectivityByLocality

Functions

findCommonDuplicateEdges(result, source_a, source_b)number
connectEdges(a, b)
expandConnectivityByLocality(mesh, aabb)

Connect together vertices that are spatially on top of one another

findCommonDuplicateEdges(result, source_a, source_b) ⇒ number

Kind: global function
Returns: number - number of elements placed into the result array

ParamType
resultArray.<TopoEdge>
source_aArray.<TopoVertex>
source_bArray.<TopoVertex>

connectEdges(a, b)

Kind: global function

ParamType
aTopoEdge
bTopoEdge

expandConnectivityByLocality(mesh, aabb)

Connect together vertices that are spatially on top of one another

Kind: global function

ParamType
meshTopoMesh
aabbAABB3