22 float bottom_right_lat;
23 float bottom_right_lon;
32 void init(
int img_width,
int img_height,
float tl_lon,
float tl_lat,
float br_lon,
float br_lat);
33 void forward(
float lon,
float lat,
int &x,
int &y,
bool allow_oob =
false);
34 void reverse(
int x,
int y,
float &lon,
float &lat);
Definition equirectangular.h:14