Libprimis
Imprimis' 3D destroyable world engine
Loading...
Searching...
No Matches
svec Struct Reference

short integer three-vector object More...

#include <geom.h>

Public Member Functions

 svec (short x, short y, short z)
 
 svec (const ivec &v)
 
short & operator[] (int i)
 
short operator[] (int i) const
 

Public Attributes

union { 
 
   struct { 
 
      short   x 
 
      short   y 
 
      short   z 
 
   }   coord 
 
   short   v [3] 
 
};  
 

Detailed Description

short integer three-vector object


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