summaryrefslogtreecommitdiff
path: root/navit/transform.h
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-09-12 19:59:04 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2010-09-12 19:59:04 +0000
commit48ffc7d16471a2851a146fd53d06d09afcf479ec (patch)
tree5a678741ed97565affe73ee063b02460ec8f9bb1 /navit/transform.h
parent8f69e5bb699b611d1be719d7565010b3664f0736 (diff)
downloadnavit-48ffc7d16471a2851a146fd53d06d09afcf479ec.tar.gz
Add:Core:Prototype
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@3574 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 9d4f33344..d758413ec 100644
--- a/navit/transform.h
+++ b/navit/transform.h
@@ -89,6 +89,7 @@ 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);
int transform_douglas_peucker(struct coord *in, int count, int dist_sq, struct coord *out);
+int transform_douglas_peucker_float(struct coord *in, int count, navit_float dist_sq, struct coord *out);
void transform_print_deg(double deg);
int transform_get_angle_delta(struct coord *c1, struct coord *c2, int dir);
int transform_within_border(struct transformation *this_, struct point *p, int border);