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

Class DragState

src/plot_state.rs:1341–1344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1339 )?;
1340 let x1 = data_value_to_plot_with_axis_range(
1341 vline1.x,
1342 widget.x_axis_scale,
1343 vline1.transform.as_ref(),
1344 Some(axis_ranges.0),
1345 )?;
1346 push_quad_as_triangles(&mut vertices, [x0, y0], [x1, y0], [x0, y1], [x1, y1]);
1347 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected