mesh_flood_fill
Constants
- neighbours :
Array.<TopoTriangle>
Functions
- mesh_flood_fill(initial_set, filter) ⇒
Array.<TopoTriangle>
neighbours : Array.<TopoTriangle>
Kind: global constant
mesh_flood_fill(initial_set, filter) ⇒ Array.<TopoTriangle>
Kind: global function
Returns: Array.<TopoTriangle>
- set of selected triangles, will include initial set as well
Param | Type | Description |
---|---|---|
initial_set | Array.<TopoTriangle> | indices of triangles that make up initial set, these are triangles that we start from, they will also be included in the resulting set |
filter | function | decides whether a triangle should be included or not |