Package gollorum.signpost.utils.math
Klasse MathUtils
java.lang.Object
gollorum.signpost.utils.math.MathUtils
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Konstruktordetails
-
MathUtils
public MathUtils()
-
-
Methodendetails
-
lerp
public static float lerp(float from, float to, float progress) -
lerp
public static int lerp(int from, int to, float progress) -
clamp
public static int clamp(int value, int min, int max)
-