Atoms Crowd  4.1.0
AtomsUtils::rcHeightfield Struct Reference

#include <Recast.h>

Public Attributes

int width
 The width of the heightfield. (Along the x-axis in cell units.)
 
int height
 The height of the heightfield. (Along the z-axis in cell units.)
 
float bmin [3]
 The minimum bounds in world space. [(x, y, z)].
 
float bmax [3]
 The maximum bounds in world space. [(x, y, z)].
 
float cs
 The size of each cell. (On the xz-plane.)
 
float ch
 The height of each cell. (The minimum increment along the y-axis.)
 
rcSpan ** spans
 Heightfield of spans (width*height).
 
rcSpanPoolpools
 Linked list of span pools.
 
rcSpanfreelist
 The next free span.
 
rcEdgeHitEdgeHits
 h + 1 bit flags that indicate what edges cross the z cell boundaries
 
rcRowExtRowExt
 h structs that give the current x range for this z row
 
rcTempSpantempspans
 Heightfield of temp spans (width*height).
 

Detailed Description

A dynamic heightfield representing obstructed space.


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