Planeshift
rcSpan Struct Reference

Represents a span in a heightfield. More...

#include <Recast.h>

Public Attributes

unsigned int area: 6
 The area id assigned to the span. More...
 
rcSpannext
 The next span higher up in column. More...
 
unsigned int smax: 13
 The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT]. More...
 
unsigned int smin: 13
 The lower limit of the span. [Limit: < smax]. More...
 

Detailed Description

Represents a span in a heightfield.

See also
rcHeightfield

Definition at line 256 of file Recast.h.

Member Data Documentation

unsigned int rcSpan::area

The area id assigned to the span.

Definition at line 260 of file Recast.h.

rcSpan* rcSpan::next

The next span higher up in column.

Definition at line 261 of file Recast.h.

unsigned int rcSpan::smax

The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT].

Definition at line 259 of file Recast.h.

unsigned int rcSpan::smin

The lower limit of the span. [Limit: < smax].

Definition at line 258 of file Recast.h.


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