C-KIT-GUI-GTK 0.62
tst_geo.h
Go to the documentation of this file.
1 
2 
3 typedef struct {float x, y, z;} Pointf;
4 typedef struct {float dx, dy, dz;} Vectorf;
5 
6 typedef struct {double x, y, z;} Point;
7 typedef struct {double dx, dy, dz;} Vector;
8 
9 // EOF
Definition: tst_geo.h:3
double z
Definition: tst_geo.h:6
Definition: tst_geo.h:4
float dz
Definition: tst_geo.h:4
float z
Definition: tst_geo.h:3
Definition: tst_geo.h:6
Definition: tst_geo.h:7
double dz
Definition: tst_geo.h:7