Module nannou::geom::path[][src]

Items related to working with paths for 2D geometry and vector graphics.

This module attempts to provide abstractions around the various Path and Builder types offerred by lyon in a way that interoperates a little more fluidly and consistently with the rest of nannou’s API.

Structs

Builder

A type used for building a 2D lyon path.

Path

A wrapper around a 2D lyon path exposing a nannou-friendly API.

Functions

path

Begin building a path.

path_with_capacity

Build a path with the given capacity for the inner path event storage.