MCPcopy Create free account
hub / github.com/donkeyteethUX/iced_plot / App

Class App

examples/interactive_spline.rs:26–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26struct App {
27 widget: PlotWidget,
28 control_series_id: ShapeId,
29 control_poly_id: ShapeId,
30 spline_series_id: ShapeId,
31 control_points: Vec<[f64; 2]>,
32 active_control_point: Option<usize>,
33}
34
35impl App {
36 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected