C# Class LibNoise.FastMath

Show file Open project: MadoxLabs/NoiseTool

Public Methods

Method Description
FastMath ( ) : System
FastMath ( int seed ) : System
GradientCoherentNoise ( double x, double y, double z, int seed, NoiseQuality noiseQuality ) : double

Method Details

FastMath() public method

public FastMath ( ) : System
return System

FastMath() public method

public FastMath ( int seed ) : System
seed int
return System

GradientCoherentNoise() public method

public GradientCoherentNoise ( double x, double y, double z, int seed, NoiseQuality noiseQuality ) : double
x double
y double
z double
seed int
noiseQuality NoiseQuality
return double