Recast Navigation
Navigation-mesh Toolset for Games
|
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... | |
rcSpan * | next |
The next span higher up in column. More... | |
Represents a span in a heightfield.
unsigned int rcSpan::area |
The area id assigned to the span.
rcSpan* rcSpan::next |
The next span higher up in column.
unsigned int rcSpan::smax |
The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT].
unsigned int rcSpan::smin |
The lower limit of the span. [Limit: < smax].