(&self)
| 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. |
no outgoing calls
no test coverage detected