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

pub type Polygon<'a, T = Scalar> = &'a [Vec2d<T>];
Expand description

[p0, p1, …]