pub fn trans_array(
pj: &Pj,
dir: Direction,
coords: &mut [Coord],
) -> ProjResult<()>Expand description
Transform a slice of coordinates in place.
A failed coordinate becomes Coord::error; the loop does not abort early.
pub fn trans_array(
pj: &Pj,
dir: Direction,
coords: &mut [Coord],
) -> ProjResult<()>Transform a slice of coordinates in place.
A failed coordinate becomes Coord::error; the loop does not abort early.