#include "gwnavruntime/base/memory.h"#include "gwnavruntime/base/endianness.h"#include "gwnavruntime/math/cardinaldir.h"#include "gwnavruntime/math/fastmath.h"Classes | |
| class | Kaim::Vec2i |
| 2d vector using KyInt32 More... | |
Namespaces | |
| Kaim | |
| The Autodesk Navigation namespace. | |
Functions | |
| KyInt32 | Kaim::Side (const Vec2i &P, const Vec2i &A, const Vec2i &B) |
| P relative to AB: left=1, on=0, right=-1. More... | |