logo

Type Definition nannou::draw::primitive::quad::DrawingQuad[][src]

pub type DrawingQuad<'a> = Drawing<'a, Quad>;
Expand description

The drawing context for a Quad.

Implementations

Use the given points as the vertices (corners) of the quad.