类 IUIMathUtils
java.lang.Object
org.hiedacamellia.immersiveui.client.graphic.util.IUIMathUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static doublesmoothStep(double start, double end, double v) static floatsmoothStep(float start, float end, float v)
-
构造器详细资料
-
IUIMathUtils
public IUIMathUtils()
-
-
方法详细资料
-
smoothStep
public static float smoothStep(float start, float end, float v) -
smoothStep
public static double smoothStep(double start, double end, double v)
-