Type Definition piston_window::types::Polygon[][src]

type Polygon<'a, T = f64> = &'a [[T; 2]];

[p0, p1, …]