Expand description
Cell splitting functions
This module contains implementations of cell splitting methods. We currently define two edge-splitting methods, depending on the number of splits done. Both functions have “no-alloc” variants: these take additional darts as argument in order not to allocate darts during the process.
Enums§
- Error-modeling enum for edge-splitting routines.
Functions§
- Split an edge into two segments.
- Split an edge into two segments.
- Split an edge into
n
segments. - Split an edge into
n
segments.