summaryrefslogtreecommitdiff
path: root/navit/transform.h
diff options
context:
space:
mode:
authorzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-11-07 22:48:26 +0000
committerzaxl <zaxl@ffa7fe5e-494d-0410-b361-a75ebd5db220>2008-11-07 22:48:26 +0000
commit53e611e912363997ce8d95e08821abf009b2d453 (patch)
tree29fd84f2aa68a6d3470ca54b0e4009ace50db15b /navit/transform.h
parent072248c7b1380cb2a4d08eeb772dac96945aed2c (diff)
downloadnavit-53e611e912363997ce8d95e08821abf009b2d453.tar.gz
Core:fix: Projections support in tracking|
Now garmin maps with tracking=1 are displayed ok. git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@1681 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 66eba913c..21f92965d 100644
--- a/navit/transform.h
+++ b/navit/transform.h
@@ -62,6 +62,7 @@ double transform_scale(int y);
double transform_distance(enum projection pro, struct coord *c1, struct coord *c2);
double transform_polyline_length(enum projection pro, struct coord *c, int count);
int transform_distance_sq(struct coord *c1, struct coord *c2);
+int transform_distance_sq_pc(struct pcoord *c1, struct pcoord *c2);
int transform_distance_line_sq(struct coord *l0, struct coord *l1, struct coord *ref, struct coord *lpnt);
int transform_distance_polyline_sq(struct coord *c, int count, struct coord *ref, struct coord *lpnt, int *pos);
void transform_print_deg(double deg);