Skip to content

[growth] Implement growthInsertionIndex for vertices

Timo Koch requested to merge feature/growth-insertion-idx-for-vertices into master

We also need to know which indices a vertex had at insertion in case we need to attach data to a vertex during growth. This was already implemented for elements, but is necessary for vertices too.

Merge request reports