Type Definition spade::delaunay::FixedFaceHandle

source ·
pub type FixedFaceHandle = usize;
Expand description

Handle to a face.

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