C# Class fCraft.MapGeneration.PerlinNoise

ファイルを表示 Open project: fragmer/fCraft Class Usage Examples

Public Methods

Method Description
GetNoise ( double x, double y ) : double
PerlinNoise ( Random rand, int octaves ) : System
PerlinNoise ( [ 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

PerlinNoise() public method

public PerlinNoise ( [ rand, int octaves ) : System
rand [
octaves int
return System