OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
helper class to implement legacy API. Notably x, y, z access More...
#include <OgreVector.h>
Public Member Functions | |
VectorBase () | |
VectorBase (T _x, T _y) | |
VectorBase (T _x, T _y, T _z) | |
VectorBase (T _x, T _y, T _z, T _w) | |
T * | ptr () |
const T * | ptr () const |
Public Attributes | |
T | data [dims] |
helper class to implement legacy API. Notably x, y, z access
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by Ogre::Vector< 3, Real >::dotProduct(), Ogre::Vector< 3, Real >::isNaN(), Ogre::Vector< 3, Real >::makeCeil(), Ogre::Vector< 3, Real >::makeFloor(), Ogre::Vector< 3, Real >::normalise(), Ogre::Vector< 3, Real >::operator*=(), Ogre::Vector< 3, Real >::operator+=(), Ogre::Vector< 3, Real >::operator-=(), Ogre::Vector< 3, Real >::operator/=(), Ogre::Vector< 3, Real >::operator<(), Ogre::Vector< 3, Real >::operator==(), Ogre::Vector< 3, Real >::operator>(), Ogre::Vector< 3, Real >::operator[](), Ogre::Vector< 3, Real >::positionEquals(), Ogre::RTShader::UniformParameter::setGpuParameter(), Ogre::Vector< 3, Real >::Vector(), Ogre::Vector< 3, Real >::xy(), and Ogre::Vector< 3, Real >::xyz().
|
inline |
T Ogre::VectorBase< dims, T >::data[dims] |
Referenced by Ogre::VectorBase< dims, int >::ptr(), and Ogre::VectorBase< dims, int >::VectorBase().