Skip to main content

trans_array

Function trans_array 

Source
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.