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