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

Class AxisLinkInner

src/axis_link.rs:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10#[derive(Debug, Default)]
11struct AxisLinkInner {
12 /// The shared camera position
13 position: f64,
14 /// The shared camera half extent
15 half_extent: f64,
16 /// Version counter to detect changes
17 version: u64,
18}
19
20impl AxisLink {
21 /// Create a new axis link.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected