Class CurveNoiseProperty.PowerCurve
java.lang.Object
com.hypixel.hytale.procedurallib.property.CurveNoiseProperty.PowerCurve
- All Implemented Interfaces:
DoubleUnaryOperator
- Enclosing class:
CurveNoiseProperty
-
Field Details
-
MAX
protected static final double MAX- See Also:
-
a
protected final double a -
b
protected final double b
-
-
Constructor Details
-
PowerCurve
public PowerCurve(double a, double b)
-
-
Method Details
-
applyAsDouble
public double applyAsDouble(double operand) - Specified by:
applyAsDoublein interfaceDoubleUnaryOperator
-
toString
-