Planeshift
Public Attributes

rcSpan Struct Reference

Represents a span in a heightfield. More...

#include <Recast.h>

List of all members.

Public Attributes

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

Detailed Description

Represents a span in a heightfield.

See also:
rcHeightfield

Definition at line 256 of file Recast.h.


Member Data Documentation

The area id assigned to the span.

Definition at line 260 of file Recast.h.

The next span higher up in column.

Definition at line 261 of file Recast.h.

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

Definition at line 259 of file Recast.h.

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: