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

Method uses_axes_coordinates

src/transform.rs:223–225  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

221 }
222
223 pub(crate) fn uses_axes_coordinates(&self) -> bool {
224 self.coordinate_system == CoordinateSystem::Axes
225 }
226}
227
228/// Separate x and y coordinate transforms for a two-dimensional point.

Callers 4

rebuild_from_widgetMethod · 0.80
fmtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected