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

Method coordinate_system

src/transform.rs:165–167  ·  view source on GitHub ↗

Return the transform's source coordinate system.

(&self)

Source from the content-addressed store, hash-verified

163
164 /// Return the transform's source coordinate system.
165 pub fn coordinate_system(&self) -> CoordinateSystem {
166 self.coordinate_system
167 }
168
169 /// Run this value conversion, then run another one.
170 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected