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