|  | OGRE 14.3
    Object-Oriented Graphics Rendering Engine | 
#include <OgreVector.h>
| Public Member Functions | |
| VectorBase () | |
| VectorBase () | |
| VectorBase (Real _x, Real _y) | |
| VectorBase (Real _x, Real _y, Real _z) | |
| VectorBase (Real _x, Real _y, Real _z, Real _w) | |
| VectorBase (Real _x, Real _y, Real _z, Real _w) | |
| Real * | ptr () | 
| Real * | ptr () | 
| const Real * | ptr () const | 
| const Real * | ptr () const | 
| Public Attributes | |
| Real | data [dims] | 
| Real | w | 
| Real | x | 
| Real | y | 
| Real | z | 
| Static Public Attributes | |
| static const Vector4 | ZERO | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
| 
 | inline | 
References x.
| 
 | inline | 
References x.
| 
 | inline | 
| 
 | inline | 
| Real Ogre::VectorBase< 4, Real >::x | 
Referenced by VectorBase(), ptr(), and ptr().
| Real Ogre::VectorBase< 4, Real >::y | 
Referenced by VectorBase().
| Real Ogre::VectorBase< 4, Real >::z | 
Referenced by VectorBase().
| Real Ogre::VectorBase< 4, Real >::w | 
Referenced by VectorBase().
| 
 | static | 
| Real Ogre::VectorBase< dims, Real >::data[dims] |