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
| Param | Type |
|---|---|
| result | Array.<TopoEdge> |
| source_a | Array.<TopoVertex> |
| source_b | Array.<TopoVertex> |
connectEdges(a, b)
Kind: global function
| Param | Type |
|---|---|
| a | TopoEdge |
| b | TopoEdge |
expandConnectivityByLocality(mesh, aabb)
Connect together vertices that are spatially on top of one another
Kind: global function
| Param | Type |
|---|---|
| mesh | TopoMesh |
| aabb | AABB3 |