pub type Distance = f32;Expand description
On-map distances.
While this vector can represent any distance or
position that fits within the float, the range
of coordinates on the map is limited to the
ranges [-16384, 16384] for x coordiantes and
[-8192, 8192] for y coordinates.