Azmyth.Procedural.Noise.GetHeight C# (CSharp) Method

GetHeight() public method

public GetHeight ( double x, double y ) : double
x double
y double
return double
        public virtual double GetHeight(double x, double y)
        {
            return m_amplitude * Total(x, y);
        }