Recast Navigation  1.0.35
rcSpanPool Struct Reference

A memory pool used for quick allocation of spans within a heightfield. More...

#include <Recast.h>

Public Attributes

rcSpanPoolnext
 The next span pool. More...
 
rcSpan items [RC_SPANS_PER_POOL]
 Array of spans in the pool. More...
 

Static Public Attributes

static const int RC_SPANS_PER_POOL = 2048
 The number of spans allocated per span spool. More...
 

Description

A memory pool used for quick allocation of spans within a heightfield.

See also
rcHeightfield

Member Data Documentation

rcSpan rcSpanPool::items[RC_SPANS_PER_POOL]

Array of spans in the pool.

rcSpanPool* rcSpanPool::next

The next span pool.

const int rcSpanPool::RC_SPANS_PER_POOL = 2048
static

The number of spans allocated per span spool.


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