Type Definition spade::delaunay::FixedVertexHandle

source ·
pub type FixedVertexHandle = usize;
Expand description

Handle to a vertex.

This handle is “fixed”, meaning it is intended to be used for mutation (e.g., removing a vertex) or storage (e.g., storing references to vertices for later usage).