#include "gwnavruntime/math/vec3f.h"
#include "gwnavruntime/math/triangle3f.h"
#include "gwnavruntime/collision/heightfieldblob.h"
#include "gwnavruntime/blob/blobaggregate.h"
#include "gwnavruntime/math/box2f.h"
#include "gwnavruntime/collision/collisiontypes.h"
#include "gwnavruntime/collision/heightfieldtile.h"
Classes | |
class | Kaim::HeightField |
Heightfield with a uniform grid of sampled altitudes. More... | |
Namespaces | |
Kaim | |
The Autodesk Navigation namespace. | |
Typedefs | |
typedef Vec2i | Kaim::HeightfieldTilePos |
A type that represents the position of a Tile within a 2D grid. More... | |
typedef Box2i | Kaim::HeightfieldTileBox |
A type that represents a bounding box around the Tiles of the Heigtfield. More... | |
typedef Vec2i | Kaim::HeightfieldVertexPos |
A type that represents one of the vertices of a Tile within a 2D grid. More... | |
typedef Box2i | Kaim::HeightfieldVertexBox |
A type that represents a bounding box around the Vertices of the Heighfield. More... | |