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

#include <pstypes.h>

Public Attributes

union {
   struct {
      float   x
 
      float   y
 
      float   z
 
      float   w
 
   }   xyzw
 
   float   a1d [4]
 
}; 
 

Detailed Description

Definition at line 76 of file pstypes.h.

Member Data Documentation

union { ... }
float vec4::a1d[4]

Definition at line 81 of file pstypes.h.

float vec4::w

Definition at line 79 of file pstypes.h.

float vec4::x

Definition at line 79 of file pstypes.h.

struct { ... } vec4::xyzw
float vec4::y

Definition at line 79 of file pstypes.h.

float vec4::z

Definition at line 79 of file pstypes.h.


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