Recast Navigation
Navigation-mesh Toolset for Games
|
A memory pool used for quick allocation of spans within a heightfield. More...
#include <Recast.h>
Public Attributes | |
rcSpanPool * | next |
The next span pool. More... | |
rcSpan | items [RC_SPANS_PER_POOL] |
Array of spans in the pool. More... | |
A memory pool used for quick allocation of spans within a heightfield.
rcSpan rcSpanPool::items[RC_SPANS_PER_POOL] |
Array of spans in the pool.
rcSpanPool* rcSpanPool::next |
The next span pool.