summaryrefslogtreecommitdiff
path: root/navit/transform.h
diff options
context:
space:
mode:
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);