FS2_Open
Open source remastering of the Freespace 2 engine
vec3d Struct Reference

#include <pstypes.h>

Public Attributes

union {
   struct {
      float   x
 
      float   y
 
      float   z
 
   }   xyz
 
   float   a1d [3]
 
}; 
 

Detailed Description

Represents a point in 3d space.

Note: this is a struct, not a class, so no member functions.

Definition at line 88 of file pstypes.h.

Member Data Documentation

union { ... }
float vec3d::a1d[3]

Definition at line 93 of file pstypes.h.

float vec3d::x

Definition at line 91 of file pstypes.h.

struct { ... } vec3d::xyz
float vec3d::y

Definition at line 91 of file pstypes.h.

float vec3d::z

Definition at line 91 of file pstypes.h.


The documentation for this struct was generated from the following file: