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

Method new

src/axis_link.rs:22–24  ·  view source on GitHub ↗

Create a new axis link.

()

Source from the content-addressed store, hash-verified

20impl AxisLink {
21 /// Create a new axis link.
22 pub fn new() -> Self {
23 Default::default()
24 }
25
26 /// Get the current position and half extent
27 pub fn get(&self) -> (f64, f64, u64) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected