OGRE 14.4
Object-Oriented Graphics Rendering Engine
Loading...
Searching...
No Matches
Ogre::VectorBase< 4, Real > Struct Reference

#include <OgreVector.h>

Public Member Functions

 VectorBase ()
constexpr VectorBase (Real _x, Real _y, Real _z, Real _w)
Realptr ()
const Realptr () const

Public Attributes

Real data [dims]
Real w
Real x
Real y
Real z

Static Public Attributes

static const Vector4ZERO

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 )
inlineconstexpr

References w, x, y, and z.

Member Function Documentation

◆ ptr() [1/2]

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

References x.

◆ ptr() [2/2]

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

References x.

Member Data Documentation

◆ x

Referenced by VectorBase(), ptr(), and ptr().

◆ y

Referenced by VectorBase().

◆ z

Referenced by VectorBase().

◆ w

Referenced by VectorBase().

◆ ZERO

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

◆ data

Real Ogre::VectorBase< dims, Real >::data[dims]

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