Planeshift
Public Attributes

dtBVNode Struct Reference

Bounding volume node. More...

#include <DetourNavMesh.h>

List of all members.

Public Attributes

unsigned short bmax [3]
 Maximum bounds of the node's AABB. [(x, y, z)].
unsigned short bmin [3]
 Minimum bounds of the node's AABB. [(x, y, z)].
int i
 The node's index. (Negative for escape sequence.)

Detailed Description

Bounding volume node.

Note:
This structure is rarely if ever used by the end user.
See also:
dtMeshTile

Definition at line 162 of file DetourNavMesh.h.


Member Data Documentation

Maximum bounds of the node's AABB. [(x, y, z)].

Definition at line 165 of file DetourNavMesh.h.

Minimum bounds of the node's AABB. [(x, y, z)].

Definition at line 164 of file DetourNavMesh.h.

The node's index. (Negative for escape sequence.)

Definition at line 166 of file DetourNavMesh.h.


The documentation for this struct was generated from the following file: