7 #ifndef __terrain_StratumWave_h__ 8 #define __terrain_StratumWave_h__ 14 #define WAVE_SAMPLES 100 //* reusable space vs new() 28 virtual Real height(Real x,Real y)
const;
31 virtual void sample(Real startx,Real starty,Real incx,Real incy,
35 Real m_sinxBuffer[WAVE_SAMPLES];
36 Real m_sinyBuffer[WAVE_SAMPLES];
37 Real m_cosxBuffer[WAVE_SAMPLES];
38 Real m_cosyBuffer[WAVE_SAMPLES];
Flat Elevation.
Definition: StratumPlane.h:19
kernel
Definition: namespace.dox:3
Elevation using waves.
Definition: StratumWave.h:21