Module nannou::draw::primitive::path[][src]

Structs

Properties related to drawing a Path.

The beginning of the path building process, prior to choosing the tessellation mode (fill or stroke).

A path drawing context ready to specify tessellation options.

Mutable access to stroke and fill tessellators.

Enums

Dynamically distinguish between fill and stroke tessellation options.

Traits

A set of path tessellation options (FillOptions or StrokeOptions).

Functions

Create a lyon path for the given iterator of colored points.

Create a lyon path for the given iterator of textured points.

Type Definitions

The drawing context for a polyline whose vertices have been specified.

The drawing context for a filled path, prior to path event submission.

The initial drawing context for a path.

The drawing context for a path in the tessellation options state.

The drawing context for a stroked path, prior to path event submission.

A filled path drawing context.

A stroked path drawing context.