![]() |
TrinityCore
|
#include <Position.h>
Public Member Functions | |
| TaggedPosition () | |
| TaggedPosition (float x, float y, float z=0.0f, float o=0.0f) | |
| TaggedPosition (Position const &pos) | |
| TaggedPosition & | operator= (Position const &pos) |
| operator Position () const | |
Public Attributes | |
| Position | Pos |
Friends | |
| ByteBuffer & | operator<< (ByteBuffer &buf, TaggedPosition const &tagged) |
| ByteBuffer & | operator>> (ByteBuffer &buf, TaggedPosition &tagged) |
Definition at line 209 of file Position.h.
|
inline |
Definition at line 211 of file Position.h.
|
inline |
Definition at line 212 of file Position.h.
|
inline |
Definition at line 213 of file Position.h.
|
inline |
Definition at line 221 of file Position.h.
|
inline |
|
friend |
Definition at line 223 of file Position.h.
|
friend |
Definition at line 224 of file Position.h.
| Position TaggedPosition< Tag >::Pos |
Definition at line 226 of file Position.h.