Type Alias PlanarLoop
pub type PlanarLoop = Vec<usize>;Description
One closed straight-edged loop, as vertex indices in traversal order.
The closing edge from the last vertex back to the first is implied and is never written, so a loop has exactly as many edges as vertices and cannot be authored unclosed.
Aliased Typeยง
pub struct PlanarLoop { /* private fields */ }