| 
    FS2_Open
    
   Open source remastering of the Freespace 2 engine 
   | 
 
#include <pstypes.h>
Public Attributes | |
| union { | |
| struct { | |
| float x | |
| float y | |
| float z | |
| } xyz | |
| float a1d [3] | |
| }; | |
Represents a point in 3d space.
Note: this is a struct, not a class, so no member functions.
| union { ... } | 
| struct { ... } vec3d::xyz |