summaryrefslogtreecommitdiff
path: root/navit/transform.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-11-20 11:05:49 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2009-11-20 11:05:49 +0000
commit5632d2030f0d34c87eacb6ef176b1469c91b59de (patch)
treedd05ecc50dfa83bb3f9c3fff7173246871fc7bb2 /navit/transform.h
parent06b31c50e8ae0d7cefda480cd5252f9090a3fbcb (diff)
downloadnavit-5632d2030f0d34c87eacb6ef176b1469c91b59de.tar.gz
Fix:Core:Changed view frustrum calculation
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2772 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/transform.h')
-rw-r--r--navit/transform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/navit/transform.h b/navit/transform.h
index c1357ac72..6a0c21bcb 100644
--- a/navit/transform.h
+++ b/navit/transform.h
@@ -50,7 +50,7 @@ void transform_cart_to_geo(struct coord_geo_cart *cart, navit_float a, navit_flo
void transform_utm_to_geo(const double UTMEasting, const double UTMNorthing, int ZoneNumber, int NorthernHemisphere, struct coord_geo *geo);
void transform_datum(struct coord_geo *from, enum map_datum from_datum, struct coord_geo *to, enum map_datum to_datum);
int transform(struct transformation *t, enum projection pro, struct coord *c, struct point *p, int count, int mindist, int width, int *width_return);
-void transform_reverse(struct transformation *t, struct point *p, struct coord *c);
+int transform_reverse(struct transformation *t, struct point *p, struct coord *c);
enum projection transform_get_projection(struct transformation *this_);
void transform_set_projection(struct transformation *this_, enum projection pro);
struct map_selection *transform_get_selection(struct transformation *this_, enum projection pro, int order);