Type Definition gdal::GeoTransform[][src]

pub type GeoTransform = [c_double; 6];
Expand description

A 2-D affine transform mapping pixel coordiates to world coordinates. See GDALGetGeoTransform for more details.