Skip to main content

FloatShape

Type Alias FloatShape 

Source
pub type FloatShape = Vec<Path>;
Expand description

Contour set: one outer ring + zero-or-more holes, all as float points. Matches i_overlay’s Shape shape (one entry in Shapes<P>).

Aliased Type§

pub struct FloatShape { /* private fields */ }