open-dis-cpp
|
Public Member Functions | |
virtual void | marshal (DataStream &dataStream) const |
virtual void | unmarshal (DataStream &dataStream) |
float | getX () const |
void | setX (float pX) |
float | getY () const |
void | setY (float pX) |
virtual int | getMarshalledSize () const |
bool | operator== (const Point &rhs) const |
Protected Attributes | |
float | _x |
x | |
float | _y |
y | |