Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
204 chris 1
#define  LINE_MAX     26
2
#define  LOOP_MAX     10
3
 
4
#define  L_HORIZONTAL  0
5
#define  L_VERTICAL    1
6
 
7
void   initLineModel( int   *line_num, int *loop_num,
8
                      int    line_mode[LINE_MAX],
9
                      double inter_coord[LOOP_MAX][LINE_MAX][LINE_MAX][3] );