mercator 0.4.0
A terrain generation library for the Worldforge system.
|
Interface to define the ordering of the random number cache. More...
#include <RandCache.h>
Public Member Functions | |
virtual size_type | operator() (int x, int y)=0 |
Determine the order. More... | |
Interface to define the ordering of the random number cache.
Definition at line 28 of file RandCache.h.
|
pure virtual |
Determine the order.
Implemented in ZeroSpiralOrdering, and SpiralOrdering.