Home
last modified time | relevance | path

Searched defs:LogCoord (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/plotters/src/coord/ranged1d/combinators/
Dlogarithmic.rs112 impl<V: LogScalable> From<LogRangeExt<V>> for LogCoord<V> { implementation
151 pub struct LogCoord<V: LogScalable> { struct
161 impl<V: LogScalable> LogCoord<V> { argument
185 impl<V: LogScalable> Ranged for LogCoord<V> { implementation
269 impl<V: LogScalable> From<LogRange<V>> for LogCoord<V> { implementation