#include <stdio.h>#include "point3d.h"#include "reallocablearray.h"#include "space.h"#include "socket.h"


Go to the source code of this file.
Classes | |
| class | triangle |
| class | space_t |
Defines | |
| #define | COEFF 0.5 |
| #define | WIDTH 1.0 |
Typedefs | |
| typedef ReallocableArray < triangle * > | triangle_l |
| #define COEFF 0.5 |
Definition at line 14 of file triangles.h.
| #define WIDTH 1.0 |
Definition at line 15 of file triangles.h.
| typedef ReallocableArray<triangle *> triangle_l |
Definition at line 248 of file triangles.h.
1.5.3