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

#include <pstypes.h>

Public Attributes

union {
   struct {
      vec3d   rvec
 
      vec3d   uvec
 
      vec3d   fvec
 
   }   vec
 
   float   a2d [3][3]
 
   float   a1d [9]
 
}; 
 

Detailed Description

Definition at line 114 of file pstypes.h.

Member Data Documentation

union { ... }
float matrix::a1d[9]

Definition at line 120 of file pstypes.h.

float matrix::a2d[3][3]

Definition at line 119 of file pstypes.h.

vec3d matrix::fvec

Definition at line 117 of file pstypes.h.

vec3d matrix::rvec

Definition at line 117 of file pstypes.h.

vec3d matrix::uvec

Definition at line 117 of file pstypes.h.

struct { ... } matrix::vec

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