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§
- Split
Edge Error - Error-modeling enum for edge-splitting routines.
Functions§
- split_
edge - Split an edge into two segments.
- split_
edge_ transac - Split an edge into two segments.
- splitn_
edge - Split an edge into
n
segments. - splitn_
edge_ transac - Split an edge into
n
segments.