TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
rcSpan Struct Reference

#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...
 
rcSpannext
 The next span higher up in column. More...
 

Detailed Description

Represents a span in a heightfield.

See also
rcHeightfield

Member Data Documentation

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].


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