summaryrefslogtreecommitdiff
path: root/navit/transform.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-02-26 20:30:38 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-02-26 20:30:38 +0000
commit3c5555638a0adf0b7af0a4ae7b1275af15fbf201 (patch)
treea276a463410f7733a56508430aab02eb51f22523 /navit/transform.h
parent6b0a4922931393717f1e0c66e82f268a4df88718 (diff)
downloadnavit-3c5555638a0adf0b7af0a4ae7b1275af15fbf201.tar.gz
Fix:Core:Convert transformation while rendering
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@2973 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/transform.h')
-rw-r--r--navit/transform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/navit/transform.h b/navit/transform.h
index 02a47e498..9d4f33344 100644
--- a/navit/transform.h
+++ b/navit/transform.h
@@ -49,6 +49,7 @@ void transform_set_order_base(struct transformation *this_, int order_base);
struct transformation *transform_dup(struct transformation *t);
void transform_to_geo(enum projection pro, struct coord *c, struct coord_geo *g);
void transform_from_geo(enum projection pro, struct coord_geo *g, struct coord *c);
+void transform_from_to_count(struct coord *cfrom, enum projection from, struct coord *cto, enum projection to, int count);
void transform_from_to(struct coord *cfrom, enum projection from, struct coord *cto, enum projection to);
void transform_geo_to_cart(struct coord_geo *geo, navit_float a, navit_float b, struct coord_geo_cart *cart);
void transform_cart_to_geo(struct coord_geo_cart *cart, navit_float a, navit_float b, struct coord_geo *geo);