Return the transform's source coordinate system.
(&self)
| 163 | |
| 164 | /// Return the transform's source coordinate system. |
| 165 | pub fn coordinate_system(&self) -> CoordinateSystem { |
| 166 | self.coordinate_system |
| 167 | } |
| 168 | |
| 169 | /// Run this value conversion, then run another one. |
| 170 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected