evas/map - added comment to do.

This commit is contained in:
ChunEon Park 2014-02-05 20:55:38 +09:00
parent b7b6b5f956
commit eea4fbff6a
1 changed files with 2 additions and 0 deletions

View File

@ -731,6 +731,8 @@ evas_map_count_get(const Evas_Map *m)
return m->count;
}
/* FIXME: coordinates should be float/double for accuracy.
Rotation center position will be flickered by rounding problem. */
EAPI void
evas_map_point_coord_set(Evas_Map *m, int idx, Evas_Coord x, Evas_Coord y, Evas_Coord z)
{