Type Alias nannou::geom::rect::Triangles

source ·
pub type Triangles<S> = Triangles<[S; 2]>;
Expand description

The triangles iterator yielded by the Rect.

Aliased Type§

struct Triangles<S> { /* private fields */ }