Planeshift
|
Represents a span in a heightfield. More...
#include <Recast.h>
Public Attributes | |
unsigned int | area: 6 |
The area id assigned to the span. | |
rcSpan * | next |
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]. |
The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT].