Skip to main content

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

ParamTypeDescription
initial_setArray.<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
filterfunctiondecides whether a triangle should be included or not