iced_renderer::geometryModule path
Source Available on crate feature geometry
only.
Expand description
Build different kinds of 2D shapes.
- arc
- Build and draw curves.
- lyon_path
- Data structures and traits to work with paths (vector graphics).
- Arc
- A segment of a differentiable curve.
- Builder
- A
Path
builder. - Path
- An immutable set of points that may or may not be connected.