![]() |
OGRE 14.4
Object-Oriented Graphics Rendering Engine
|
#include <OgreVector.h>
Public Member Functions | |
| VectorBase () | |
| constexpr | 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 |
|
inlineconstexpr |
|
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 |