Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cInterpolNoise< T >, including all inherited members.
CalcFloorFrac(int a_Size, NOISE_DATATYPE a_Start, NOISE_DATATYPE a_End, int *a_Floor, NOISE_DATATYPE *a_Frac, int *a_Same, int &a_NumSame) const | cInterpolNoise< T > | inlineprotected |
cInterpolNoise(int a_Seed) | cInterpolNoise< T > | inline |
Generate2D(NOISE_DATATYPE *a_Array, int a_SizeX, int a_SizeY, NOISE_DATATYPE a_StartX, NOISE_DATATYPE a_EndX, NOISE_DATATYPE a_StartY, NOISE_DATATYPE a_EndY) const | cInterpolNoise< T > | inline |
Generate3D(NOISE_DATATYPE *a_Array, int a_SizeX, int a_SizeY, int a_SizeZ, NOISE_DATATYPE a_StartX, NOISE_DATATYPE a_EndX, NOISE_DATATYPE a_StartY, NOISE_DATATYPE a_EndY, NOISE_DATATYPE a_StartZ, NOISE_DATATYPE a_EndZ) const | cInterpolNoise< T > | inline |
m_Noise | cInterpolNoise< T > | protected |
MAX_SIZE | cInterpolNoise< T > | privatestatic |
SetSeed(int a_Seed) | cInterpolNoise< T > | inline |