Type Alias piston_window::types::Polygons

source ยท
pub type Polygons<'a, T = f64> = &'a [&'a [[T; 2]]];
Expand description

A slice of polygons.