Module path

Module path 

Source

Modules§

line_path
path

Structs§

LinePath
A sequence of commands that defines a set of contours, each of which consists of a sequence of line segments. Each contour is either open or closed.
Path
A sequence of commands that defines a set of contours, each of which consists of a sequence of curve segments. Each contour is either open or closed.

Enums§

LinePathCommand
A command in a line path
PathCommand
A command in a path

Traits§

LinePathIterator
An extension trait for iterators over line path commands.
PathIterator
An extension trait for iterators over path commands.