TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Get()

uint16_t Heightmap::Get ( uint32_t  x,
uint32_t  y 
) const
private

Definition at line 90 of file Heightmap.cpp.

91{
92 return m_Data[x + m_Width * y];
93}