|
Mineserver
A rewrite of Minecraft 1.8.9 in C++ !
|
The file handling vector logic. More...
Go to the source code of this file.
Classes | |
| class | Vec< T > |
| Vector 3 (x, y, z) with variable type. More... | |
Typedefs | |
| typedef Vec< float > | Vecf |
| Vector 3 Float. | |
| typedef Vec< std::int32_t > | Veci32 |
| Vector 3 Int. | |
Functions | |
| static void | loadVectorLua (lua_State *state, const char *namespaceName) |
| Loads Vector to lua state. | |
The file handling vector logic.
Vector 3 Int.
All coordinates are represented as a 32-byte integer.