OGRE  13.6
Object-Oriented Graphics Rendering Engine
Ogre::VectorBase< 4, Real > Struct Reference

#include <OgreVector.h>

Public Member Functions

 VectorBase ()
 
 VectorBase (Real _x, Real _y, Real _z, Real _w)
 
Vector4operator= (const Real fScalar)
 
Vector4operator= (const VectorBase< 3, Real > &rhs)
 
Realptr ()
 
const Realptr () const
 

Public Attributes

Real w
 
Real x
 
Real y
 
Real z
 

Static Public Attributes

static const Vector4 ZERO
 

Constructor & Destructor Documentation

◆ VectorBase() [1/2]

Ogre::VectorBase< 4, Real >::VectorBase ( )
inline

◆ VectorBase() [2/2]

Ogre::VectorBase< 4, Real >::VectorBase ( Real  _x,
Real  _y,
Real  _z,
Real  _w 
)
inline

Member Function Documentation

◆ ptr() [1/2]

Real* Ogre::VectorBase< 4, Real >::ptr ( )
inline

◆ ptr() [2/2]

const Real* Ogre::VectorBase< 4, Real >::ptr ( ) const
inline

◆ operator=() [1/2]

Vector4& Ogre::VectorBase< 4, Real >::operator= ( const Real  fScalar)
inline

◆ operator=() [2/2]

Member Data Documentation

◆ x

◆ y

◆ z

◆ w

◆ ZERO

const Vector4 Ogre::VectorBase< 4, Real >::ZERO
static

The documentation for this struct was generated from the following file: