Planeshift
rcHeightfield Struct Reference

A dynamic heightfield representing obstructed space. More...

#include <Recast.h>

Public Attributes

float bmax [3]
 The maximum bounds in world space. [(x, y, z)]. More...
 
float bmin [3]
 The minimum bounds in world space. [(x, y, z)]. More...
 
float ch
 The height of each cell. (The minimum increment along the y-axis.) More...
 
float cs
 The size of each cell. (On the xz-plane.) More...
 
rcSpanfreelist
 The next free span. More...
 
int height
 The height of the heightfield. (Along the z-axis in cell units.) More...
 
rcSpanPoolpools
 Linked list of span pools. More...
 
rcSpan ** spans
 Heightfield of spans (width*height). More...
 
int width
 The width of the heightfield. (Along the x-axis in cell units.) More...
 

Detailed Description

A dynamic heightfield representing obstructed space.

Definition at line 274 of file Recast.h.

Member Data Documentation

float rcHeightfield::bmax[3]

The maximum bounds in world space. [(x, y, z)].

Definition at line 279 of file Recast.h.

float rcHeightfield::bmin[3]

The minimum bounds in world space. [(x, y, z)].

Definition at line 278 of file Recast.h.

float rcHeightfield::ch

The height of each cell. (The minimum increment along the y-axis.)

Definition at line 281 of file Recast.h.

float rcHeightfield::cs

The size of each cell. (On the xz-plane.)

Definition at line 280 of file Recast.h.

rcSpan* rcHeightfield::freelist

The next free span.

Definition at line 284 of file Recast.h.

int rcHeightfield::height

The height of the heightfield. (Along the z-axis in cell units.)

Definition at line 277 of file Recast.h.

rcSpanPool* rcHeightfield::pools

Linked list of span pools.

Definition at line 283 of file Recast.h.

rcSpan** rcHeightfield::spans

Heightfield of spans (width*height).

Definition at line 282 of file Recast.h.

int rcHeightfield::width

The width of the heightfield. (Along the x-axis in cell units.)

Definition at line 276 of file Recast.h.


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