NavMesh::Tile

Engine/source/navigation/navMesh.h

More...

Public Attributes

bmax [3]
bmin [3]

Recast min and max points.

Torque-space world box of this tile.

x 

Local coordinates of this box.

Public Functions

Tile()

Default constructor.

Tile(const Box3F & b, U32 _x, U32 _y, const F32 * min, const F32 * max)

Value constructor.

Detailed Description

Public Attributes

F32 bmax [3]
F32 bmin [3]

Recast min and max points.

Box3F box 

Torque-space world box of this tile.

U32 x 

Local coordinates of this box.

U32 y 

Public Functions

Tile()

Default constructor.

Tile(const Box3F & b, U32 _x, U32 _y, const F32 * min, const F32 * max)

Value constructor.