![]() |
TrinityCore
|
#include <Recast.h>
Public Attributes | |
| unsigned int | smin: 16 |
| The lower limit of the span. [Limit: < smax]. More... | |
| unsigned int | smax: 16 |
| The upper limit of the span. [Limit: <= RC_SPAN_MAX_HEIGHT]. More... | |
| unsigned char | area |
| 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 char 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].
1.8.8