ValueNoise

public class ValueNoise implements NoiseFunction

Class ValueNoise. Provides valuenoise functionality for the Hytale server.

java.lang.Object > ValueNoise

Field Summary

x2

final int x2

Field x2.

y2

final int y2

Field y2.

x3

final int x3

Field x3.

y3

final int y3

Field y3.

xs

final double xs

Field xs.

ys

final double ys

Field ys.

xf0

final double xf0

Field xf0.

xf2

final double xf2

Field xf2.

z2

final int z2

Field z2.

z3

final int z3

Field z3.

zs

final double zs

Field zs.

xf00

final double xf00

Field xf00.

xf3

final double xf3

Field xf3.

xf4

final double xf4

Field xf4.

yf0

final double yf0

Field yf0.

yf2

final double yf2

Field yf2.

Method Detail

ValueNoise

public public ValueNoise (final GeneralNoise.InterpolationFunction interpolationFunction)

Method ValueNoise.

Parameters:
final GeneralNoise.InterpolationFunction interpolationFunction

getInterpolationFunction

public GeneralNoise.InterpolationFunction getInterpolationFunction ()

Method getInterpolationFunction.

get

public double get (final int seed, final int offsetSeed, final double x, final double y)

Method get.

Parameters:
final int seed
final int offsetSeed
final double x
final double y

toString

public String toString ()

Method toString.