Recast Navigation
Navigation-mesh Toolset for Games
rcSpan Struct Reference

Represents a span in a heightfield. More...

#include <Recast.h>

Public Attributes

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

Description

Represents a span in a heightfield.

See also
rcHeightfield

Member Data Documentation

◆ area

unsigned int rcSpan::area

The area id assigned to the span.

◆ next

rcSpan* rcSpan::next

The next span higher up in column.

◆ smax

unsigned int rcSpan::smax

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

◆ smin

unsigned int rcSpan::smin

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


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