TEfOrientation Class Reference

#include <OrientationData.h>

Link against: OrientationEffect.lib

class TEfOrientation : public TEfCommon

Inherits from

Detailed Description

This class defines the effect data structure to be passed between client and server.

Since
3.0

Member Attribute Documentation

iAboveX

TInt32 iAboveX

iAboveY

TInt32 iAboveY

iAboveZ

TInt32 iAboveZ

iFrontX

TInt32 iFrontX

iFrontY

TInt32 iFrontY

iFrontZ

TInt32 iFrontZ

iHeading

TInt32 iHeading

iPitch

TInt32 iPitch

iRoll

TInt32 iRoll

Constructor & Destructor Documentation

TEfOrientation ( )

TEfOrientation()[inline]

Constructor.

TEfOrientation ( TInt32, TInt32, TInt32, TInt32, TInt32, TInt32, TInt32, TInt32, TInt32 )

TEfOrientation(TInt32aHeading,
TInt32aPitch,
TInt32aRoll,
TInt32aFrontX,
TInt32aFrontY,
TInt32aFrontZ,
TInt32aAboveX,
TInt32aAboveY,
TInt32aAboveZ
)[inline]

Constructor.