类 IUIMathUtils
java.lang.Object
org.hiedacamellia.immersiveui.client.graphic.util.IUIMathUtils
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static org.joml.Vector4fint2ARGB(int color) static org.joml.Vector4fint2RGBA(int color) 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) -
int2RGBA
public static org.joml.Vector4f int2RGBA(int color) -
int2ARGB
public static org.joml.Vector4f int2ARGB(int color)
-