My Project
|
basic block world coordinate More...
#include <BlockCoordinate.h>
Public Member Functions | |
Uint16x3 (uint16_t v) | |
Uint16x3 (uint16_t ix, uint16_t iy, uint16_t iz) | |
Uint16x3 (const Uint16x3 &v) | |
bool | operator== (const Uint16x3 &v) const |
bool | operator!= (const Uint16x3 &v) const |
bool | operator== (const Int16x3 &v) const |
bool | operator!= (const Int16x3 &v) const |
Uint16x3 | operator+ (const Int16x3 &v) const |
Uint16x3 | operator+ (const Uint16x3 &v) const |
uint32 | AbsDistanceTo (const Uint16x3 &v) const |
DWORD | GetHashCode () const |
get simple hash code | |
Public Attributes | |
uint16_t | x |
uint16_t | y |
uint16_t | z |
basic block world coordinate