Subversion Repositories shark

Rev

Rev 1655 | Blame | Compare with Previous | Last modification | View Log | RSS feed

// definizione della struttura contenente la posizione delle palle

struct posizione {
       float x;
       float y;
       float v;
       float theta;
       int col;
} ;