Type Definition nannou::draw::primitive::tri::DrawingTri[][src]

type DrawingTri<'a> = Drawing<'a, Tri>;
Expand description

The drawing context for a Tri.

Implementations

Stroke the outline with the given color.

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