C# Class fCraft.PerlinNoise

Show file Open project: fragmer/fCraft Class Usage Examples

Public Methods

Method Description
GetNoise ( double x, double y ) : double
PerlinNoise ( Random rand, int octaves ) : System

Method Details

GetNoise() public method

public GetNoise ( double x, double y ) : double
x double
y double
return double

PerlinNoise() public method

public PerlinNoise ( Random rand, int octaves ) : System
rand System.Random
octaves int
return System