Expand description
Cell insertion functions
This module contains implementations of cell insertion methods. Due to definition issues, we
only implement insertion of N-1
-cell into N
-cell, for example vertex (0-cell) in edge
(1-cell).
Enums§
- Vertex
Insertion Error - Error-modeling enum for vertex insertion routines.
Functions§
- insert_
vertex_ on_ edge - Insert a vertex in an edge, cutting it into two segments.
- insert_
vertices_ on_ edge - Insert
n
vertices in an edge, cutting it inton+1
segments.