Module nannou::draw::primitive::path

source ·

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

Functions

Type Aliases

  • 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.