Class CurveNoiseProperty.PowerCurve

java.lang.Object
com.hypixel.hytale.procedurallib.property.CurveNoiseProperty.PowerCurve
All Implemented Interfaces:
DoubleUnaryOperator
Enclosing class:
CurveNoiseProperty

public static class CurveNoiseProperty.PowerCurve extends Object implements DoubleUnaryOperator
  • 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