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

Class Transform

src/transform.rs:105–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103/// position stays fixed while the user pans or zooms.
104#[derive(Debug, Clone, PartialEq, Default)]
105pub struct Transform {
106 coordinate_system: CoordinateSystem,
107 operation: TransformOperation,
108}
109
110impl From<AxisScale> for Transform {
111 fn from(scale: AxisScale) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected