/[zanavi_public1]/navit/navit/coord.h
ZANavi

Diff of /navit/navit/coord.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 27 Revision 28
140enum projection; 140enum projection;
141struct attr; 141struct attr;
142struct coord; 142struct coord;
143struct coord_rect; 143struct coord_rect;
144struct pcoord; 144struct pcoord;
145
146float sqrtf_fast2(float x2);
147float sqrtf_fast(float number2);
148
145struct coord *coord_get(unsigned char **p); 149struct coord *coord_get(unsigned char **p);
146struct coord *coord_new(int x, int y); 150struct coord *coord_new(int x, int y);
147struct coord *coord_new_from_attrs(struct attr *parent, struct attr **attrs); 151struct coord *coord_new_from_attrs(struct attr *parent, struct attr **attrs);
148void coord_destroy(struct coord *c); 152void coord_destroy(struct coord *c);
149struct coord_rect *coord_rect_new(struct coord *lu, struct coord *rl); 153struct coord_rect *coord_rect_new(struct coord *lu, struct coord *rl);

Legend:
Removed from v.27  
changed lines
  Added in v.28

   
Visit the ZANavi Wiki