Create a new axis link.
()
| 20 | impl AxisLink { |
| 21 | /// Create a new axis link. |
| 22 | pub fn new() -> Self { |
| 23 | Default::default() |
| 24 | } |
| 25 | |
| 26 | /// Get the current position and half extent |
| 27 | pub fn get(&self) -> (f64, f64, u64) { |
nothing calls this directly
no outgoing calls
no test coverage detected