public class CurveNoiseProperty implements NoiseProperty
Class CurveNoiseProperty. Provides curvenoiseproperty functionality for the Hytale server.
java.lang.Object > CurveNoiseProperty
Field Summary
value
final
double
value
Field value.
Method Detail
CurveNoiseProperty
Method CurveNoiseProperty.
- Parameters:
final NoisePropertynoisefinal DoubleUnaryOperatorfunction
get
public
double
get
(final int seed, final double x, final double y)
Method get.
- Parameters:
final intseedfinal doublexfinal doubley
toString
public
String
toString
()
Method toString.
PowerCurve
public
public
PowerCurve
(final double a, final double b)
Method PowerCurve.
- Parameters:
final doubleafinal doubleb
applyAsDouble
public
double
applyAsDouble
(double operand)
Method applyAsDouble.
- Parameters:
doubleoperand