Skip to main content

Module ring

Module ring 

Source
Expand description

Fixed-capacity closed ring type for no_std, no_alloc environments.

FixedRing stores up to N vertices inline, representing a closed ring (the last vertex is implicitly connected back to the first). Provides signed area (shoelace), winding direction, and point-in-ring (ray casting).

Structsยง

FixedRing
A fixed-capacity closed ring backed by an inline array.