open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
float | getPsi () const |
void | setPsi (float pX) |
float | getTheta () const |
void | setTheta (float pX) |
float | getPhi () const |
void | setPhi (float pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const Orientation &rhs) const |
Protected Attributes | |
float | _psi |
float | _theta |
float | _phi |