X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/a25c4c508425a98c4aba9b5d72c6e57c985f9da2..057a78bcfaa6b6a962e4dde9690cb755a61b481e:/src/vikcoord.h?ds=inline diff --git a/src/vikcoord.h b/src/vikcoord.h index a3d0cf5f..305e82ee 100644 --- a/src/vikcoord.h +++ b/src/vikcoord.h @@ -57,6 +57,8 @@ void vik_coord_to_utm ( const VikCoord *coord, struct UTM *dest ); gboolean vik_coord_equals ( const VikCoord *coord1, const VikCoord *coord2 ); +void vik_coord_set_area(const VikCoord *coord, const struct LatLon *wh, VikCoord *tl, VikCoord *br); +gboolean vik_coord_inside(const VikCoord *coord, const VikCoord *tl, const VikCoord *br); /* all coord operations MUST BE ABSTRACTED!!! */ #endif