VR-Engage  2.2
Loading...
Searching...
No Matches
makVre::DtHumanObserverUpdater::Offset Struct Reference

#include <humanObserverUpdater.h>

Public Member Functions

bool operator== (const Offset &other)
 
bool operator!= (const Offset &other)
 
Offsetoperator= (const Offset &other)
 

Public Attributes

DtVector pos
 
HumanPosture posture
 
ObserverAttachMode mode
 

Member Function Documentation

◆ operator==()

bool makVre::DtHumanObserverUpdater::Offset::operator== ( const Offset & other)
inline

Equality comparison operator.

Parameters
otherOffset to compare with
Returns
True if offsets are equal, false otherwise

References mode, pos, and posture.

◆ operator!=()

bool makVre::DtHumanObserverUpdater::Offset::operator!= ( const Offset & other)
inline

Inequality comparison operator.

Parameters
otherOffset to compare with
Returns
True if offsets are not equal, false otherwise

References mode, pos, and posture.

◆ operator=()

Offset & makVre::DtHumanObserverUpdater::Offset::operator= ( const Offset & other)
inline

Assignment operator.

Parameters
otherOffset to assign from
Returns
Reference to this offset

References mode, pos, and posture.

Member Data Documentation

◆ pos

DtVector makVre::DtHumanObserverUpdater::Offset::pos

Position offset vector.

Referenced by operator!=(), operator=(), and operator==().

◆ posture

HumanPosture makVre::DtHumanObserverUpdater::Offset::posture

Human posture associated with this offset.

Referenced by operator!=(), operator=(), and operator==().

◆ mode

ObserverAttachMode makVre::DtHumanObserverUpdater::Offset::mode

Observer attachment mode associated with this offset.

Referenced by operator!=(), operator=(), and operator==().


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