|
using | IntGenType = cIntGen< SizeX, SizeZ > |
|
using | Values = int[SizeX *SizeZ] |
| Holds the array of values generated by this class (descendant). More...
|
|
int | ChooseRandomOne (int a_RndX, int a_RndZ, int a_Val1, int a_Val2) |
| Chooses one of a_Val1 or a_Val2, based on m_Noise and the coordinates for querying the noise. More...
|
|
int | ChooseRandomOne (int a_RndX, int a_RndZ, int a_Val1, int a_Val2, int a_Val3, int a_Val4) |
| Chooses one of a_ValN, based on m_Noise and the coordinates for querying the noise. More...
|
|
cNoise | m_Noise |
|
template<int Range, int SizeX, int SizeZ = SizeX>
class cIntGenChoice< Range, SizeX, SizeZ >
Generates a 2D array of random integers in the specified range [0 .
. Range).
Definition at line 180 of file IntGen.h.