| My Project
    | 
#include <test.h>
| Public Attributes | |
| double | x | 
| double | y | 
| double | z | 
| group 2 | |
| char * | name | 
| int | namelength | 
A structure to represent 3d vectors
| char* point3d::name | 
the name of the point
| int point3d::namelength | 
the size of the point name
| double point3d::x | 
the x coordinate
| double point3d::y | 
the y coordinate
| double point3d::z | 
the z coordinate
 1.8.13
 1.8.13