root / bin / compute_wall_vertices.h @ 1
Historique | Voir | Annoter | Télécharger (253 octet)
1 | 1 | akiss | #ifndef COMPUTE_WALL_VERTICES_H_INCLUDED
|
---|---|---|---|
2 | 1 | akiss | #define COMPUTE_WALL_VERTICES_H_INCLUDED
|
3 | 1 | akiss | |
4 | 1 | akiss | void compute_wall_vertices(int *cells_vertices, int *vertices_number_in_each_cell, int cell_number, int *wall_vertices); |
5 | 1 | akiss | |
6 | 1 | akiss | #endif // COMPUTE_WALL_VERTICES_H_INCLUDED |