Module path
Source - line_path
- path
- 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.
- LinePathCommand
- A command in a line path
- PathCommand
- A command in a path
- LinePathIterator
- An extension trait for iterators over line path commands.
- PathIterator
- An extension trait for iterators over path commands.