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

#include <pstypes.h>

Public Attributes

union {
   struct {
      vec4   rvec
 
      vec4   uvec
 
      vec4   fvec
 
      vec4   pos
 
   }   vec
 
   float   a2d [4][4]
 
   float   a1d [16]
 
}; 
 

Detailed Description

Definition at line 124 of file pstypes.h.

Member Data Documentation

union { ... }
float matrix4::a1d[16]

Definition at line 130 of file pstypes.h.

float matrix4::a2d[4][4]

Definition at line 129 of file pstypes.h.

vec4 matrix4::fvec

Definition at line 127 of file pstypes.h.

vec4 matrix4::pos

Definition at line 127 of file pstypes.h.

vec4 matrix4::rvec

Definition at line 127 of file pstypes.h.

vec4 matrix4::uvec

Definition at line 127 of file pstypes.h.

struct { ... } matrix4::vec

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