object.h
Go to the documentation of this file.
00001 #ifndef OBJECT_H
00002 #define OBJECT_H
00003 
00004 
00005 #define   OBJECT_MAX       30
00006 
00007 typedef struct {
00008     char       name[256];
00009     int        id;
00010     int        visible;
00011         int                collide;
00012     double     marker_coord[4][2];
00013     double     trans[3][4];
00014     double     marker_width;
00015     double     marker_center[2];
00016 } ObjectData_T;
00017 
00018 ObjectData_T  *read_ObjData( char *name, int *objectnum );
00019 
00020 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


ar_recog
Author(s): Graylin Trevor Jay and Christopher Crick
autogenerated on Fri Jan 25 2013 12:15:00