![]() |
OGRE 1.12.10
Object-Oriented Graphics Rendering Engine
|
#include <OgreVector.h>
Public Member Functions | |
| VectorBase () | |
| VectorBase (Real _x, Real _y, Real _z, Real _w) | |
| Vector4 & | operator= (const Real fScalar) |
| Vector4 & | operator= (const VectorBase< 3, Real > &rhs) |
| Real * | ptr () |
| 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 |
Referenced by operator=().
|
inline |
References x.
|
inline |
References x.
|
inline |
|
inline |
References VectorBase(), w, x, y, and z.
| Real Ogre::VectorBase< 4, Real >::x |
Referenced by VectorBase(), operator=(), operator=(), ptr(), and ptr().
| Real Ogre::VectorBase< 4, Real >::y |
Referenced by VectorBase(), operator=(), and operator=().
| Real Ogre::VectorBase< 4, Real >::z |
Referenced by VectorBase(), operator=(), and operator=().
| Real Ogre::VectorBase< 4, Real >::w |
Referenced by VectorBase(), operator=(), and operator=().
|
static |
| Real Ogre::VectorBase< dims, Real >::data[dims] |