pub trait ToFlat<Flat> { // Required method fn to_flat(self) -> Flat; }
Transformation between 3D world coordinates and 2D map coordinates.