|  | Recast Navigation
    Navigation-mesh Toolset for Games | 
Represents a heightfield layer within a layer set. More...
#include <Recast.h>
| Public Attributes | |
| 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.) | |
| 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.) | |
| int | minx | 
| The minimum x-bounds of usable data. | |
| int | maxx | 
| The maximum x-bounds of usable data. | |
| int | miny | 
| The minimum y-bounds of usable data. (Along the z-axis.) | |
| int | maxy | 
| The maximum y-bounds of usable data. (Along the z-axis.) | |
| int | hmin | 
| The minimum height bounds of usable data. (Along the y-axis.) | |
| int | hmax | 
| The maximum height bounds of usable data. (Along the y-axis.) | |
| unsigned char * | heights | 
| The heightfield. [Size: width * height]. | |
| unsigned char * | areas | 
| Area ids. [Size: Same as heights]. | |
| unsigned char * | cons | 
| Packed neighbor connection information. [Size: Same as heights]. | |
Represents a heightfield layer within a layer set.
| unsigned char* rcHeightfieldLayer::areas | 
Area ids. [Size: Same as heights].
| float rcHeightfieldLayer::bmax[3] | 
The maximum bounds in world space. [(x, y, z)].
| float rcHeightfieldLayer::bmin[3] | 
The minimum bounds in world space. [(x, y, z)].
| float rcHeightfieldLayer::ch | 
The height of each cell. (The minimum increment along the y-axis.)
| unsigned char* rcHeightfieldLayer::cons | 
Packed neighbor connection information. [Size: Same as heights].
| float rcHeightfieldLayer::cs | 
The size of each cell. (On the xz-plane.)
| int rcHeightfieldLayer::height | 
The height of the heightfield. (Along the z-axis in cell units.)
| unsigned char* rcHeightfieldLayer::heights | 
The heightfield. [Size: width * height].
| int rcHeightfieldLayer::hmax | 
The maximum height bounds of usable data. (Along the y-axis.)
| int rcHeightfieldLayer::hmin | 
The minimum height bounds of usable data. (Along the y-axis.)
| int rcHeightfieldLayer::maxx | 
The maximum x-bounds of usable data.
| int rcHeightfieldLayer::maxy | 
The maximum y-bounds of usable data. (Along the z-axis.)
| int rcHeightfieldLayer::minx | 
The minimum x-bounds of usable data.
| int rcHeightfieldLayer::miny | 
The minimum y-bounds of usable data. (Along the z-axis.)
| int rcHeightfieldLayer::width | 
The width of the heightfield. (Along the x-axis in cell units.)