Module iron_shapes::path

source ·
Expand description

Path is essentially a chain of line segments but with a possibly non-zero width. It can be thought of the shape resulting by a stroke of a thick pen along the line segments.

Re-exports

Structs

  • Path is essentially a chain of line segments but with a possibly a non-zero width. It can be thought of the shape resulting by a stroke of a thick pen along the line segments.

Enums

  • Encoding for the type of the beginning and end of the path.