comparison src/shape_path.c @ 101:d6f9af55b0d0

More documentation. 1. main page 2. copyright
author Thinker K.F. Li <thinker@branda.to>
date Wed, 10 Sep 2008 13:35:56 +0800
parents 1a1dda98730c
children abb5511c23f7
comparison
equal deleted inserted replaced
100:1a1dda98730c 101:d6f9af55b0d0
711 return (shape_t *)path; 711 return (shape_t *)path;
712 } 712 }
713 713
714 /*! \brief Transform a path from user space to device space. 714 /*! \brief Transform a path from user space to device space.
715 * 715 *
716 * \todo associate coord_t with shape objects and transform them
717 * automatically.
718 */ 716 */
719 void sh_path_transform(shape_t *shape) { 717 void sh_path_transform(shape_t *shape) {
720 sh_path_t *path; 718 sh_path_t *path;
721 co_aix *user_args, *dev_args; 719 co_aix *user_args, *dev_args;
722 co_aix (*poses)[2]; 720 co_aix (*poses)[2];