Type Definition spade::delaunay::FixedEdgeHandle

source ·
pub type FixedEdgeHandle = usize;
Expand description

Handle to an edge.

This handle is “fixed”, meaning it is intended to be used for storage. Note that removal operations will invalidate edge handles.