Recast Navigation
Navigation-mesh Toolset for Games
Loading...
Searching...
No Matches
dtBVNode Struct Reference

Bounding volume node. More...

#include <DetourNavMesh.h>

Public Attributes

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

Description

Bounding volume node.

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

Member Data Documentation

◆ bmax

unsigned short dtBVNode::bmax[3]

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

◆ bmin

unsigned short dtBVNode::bmin[3]

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

◆ i

int dtBVNode::i

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


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