Class Interpolation
java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.framework.math.Interpolation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic doublelinear(double valueA, double valueB, double weight)
-
Constructor Details
-
Interpolation
public Interpolation()
-
-
Method Details
-
linear
public static double linear(double valueA, double valueB, double weight)
-