Network Value Quaternion Class. More...
#include <deNetworkValueQuaternion.h>
Public Member Functions | |
Constructors and Destructors | |
| deNetworkValueQuaternion (int format, const decQuaternion &value) | |
| Creates a new network value object. | |
| virtual | ~deNetworkValueQuaternion () |
| Cleans up the network value object. | |
Management | |
| int | GetFormat () const |
| Retrieves the format. | |
| const decQuaternion & | GetQuaternion () const |
| Retrieves the value. | |
| void | SetQuaternion (const decQuaternion &value) |
| Sets the value. | |
Visiting | |
| virtual void | Visit (deNetworkValueVisitor *visitor) |
| Visits the collider. | |
Network Value Quaternion Class.
Defines a quaternion network value. Quaternions are tuples with float components. The quaternion contains four components.
| deNetworkValueQuaternion::deNetworkValueQuaternion | ( | int | format, |
| const decQuaternion & | value | ||
| ) |
Creates a new network value object.
| virtual deNetworkValueQuaternion::~deNetworkValueQuaternion | ( | ) | [virtual] |
Cleans up the network value object.
| int deNetworkValueQuaternion::GetFormat | ( | ) | const [inline] |
Retrieves the format.
| const decQuaternion& deNetworkValueQuaternion::GetQuaternion | ( | ) | const [inline] |
Retrieves the value.
| void deNetworkValueQuaternion::SetQuaternion | ( | const decQuaternion & | value ) |
Sets the value.
| virtual void deNetworkValueQuaternion::Visit | ( | deNetworkValueVisitor * | visitor ) | [virtual] |
Visits the collider.
Reimplemented from deNetworkValue.
1.7.2