iced_renderer::geometry

Module path

Source
Available on crate feature geometry only.
Expand description

Build different kinds of 2D shapes.

Modules§

arc
Build and draw curves.
lyon_path
Data structures and traits to work with paths (vector graphics).

Structs§

Arc
A segment of a differentiable curve.
Builder
A Path builder.
Path
An immutable set of points that may or may not be connected.