Amortized Noise Terrain Generator
A Program to Generate Terrain from Amortized Noise with Exponentially Distributed Gradient Magnitude
Classes
InfiniteAmortizedNoise2D.h File Reference

Header file for the 2D amortized noise class CInfiniteAmortizedNoise2D. More...

Go to the source code of this file.

Classes

class  CInfiniteAmortizedNoise2D
 The amortized 2D noise class. More...
 

Detailed Description

This version of InfiniteAmortizedNoise2D.h differs from the original by making everything that was private be protected, and making private functions initEdgeTables and h be virtual functions. These modifications were made so that CTerrainGenerator can be derived from CInfiniteAmortizedNoise2D.