|
Planeshift
|
Bounding volume node. More...
#include <DetourNavMesh.h>
Public Attributes | |
| unsigned short | bmax [3] |
| Maximum bounds of the node's AABB. [(x, y, z)]. More... | |
| unsigned short | bmin [3] |
| Minimum bounds of the node's AABB. [(x, y, z)]. More... | |
| int | i |
| The node's index. (Negative for escape sequence.) More... | |
Bounding volume node.
Definition at line 162 of file DetourNavMesh.h.
| unsigned short dtBVNode::bmax[3] |
Maximum bounds of the node's AABB. [(x, y, z)].
Definition at line 165 of file DetourNavMesh.h.
| unsigned short dtBVNode::bmin[3] |
Minimum bounds of the node's AABB. [(x, y, z)].
Definition at line 164 of file DetourNavMesh.h.
| int dtBVNode::i |
The node's index. (Negative for escape sequence.)
Definition at line 166 of file DetourNavMesh.h.