Cuberite
A lightweight, fast and extensible game server for Minecraft
|
This is the complete list of members for cVoronoiMap, including all inherited members.
cVoronoiMap(int a_Seed, int a_CellSize=128, int a_JitterSize=128) | cVoronoiMap | |
FindNearestSeeds(int a_X, int a_Y, int &a_NearestSeedX, int &a_NearestSeedY, int &a_SecondNearestSeedX, int &a_SecondNearestSeedY) | cVoronoiMap | |
GetValueAt(int a_X, int a_Y) | cVoronoiMap | |
GetValueAt(int a_X, int a_Y, int &a_MinDistance) | cVoronoiMap | |
GetValueAt(int a_X, int a_Y, int &a_NearestSeedX, int &a_NearestSeedY, int &a_MinDist2) | cVoronoiMap | |
m_CellSize | cVoronoiMap | protected |
m_CurrentCellX | cVoronoiMap | protected |
m_CurrentCellZ | cVoronoiMap | protected |
m_JitterSize | cVoronoiMap | protected |
m_Noise1 | cVoronoiMap | protected |
m_Noise2 | cVoronoiMap | protected |
m_Noise3 | cVoronoiMap | protected |
m_OddRowOffset | cVoronoiMap | protected |
m_SeedX | cVoronoiMap | protected |
m_SeedZ | cVoronoiMap | protected |
SetCellSize(int a_CellSize) | cVoronoiMap | |
SetJitterSize(int a_JitterSize) | cVoronoiMap | |
SetOddRowOffset(int a_OddRowOffset) | cVoronoiMap | |
UpdateCell(int a_CellX, int a_CellZ) | cVoronoiMap | protected |