java.lang.Object
org.hiedacamellia.immersiveui.client.graphic.util.IUIMathUtils

public class IUIMathUtils extends Object
  • 构造器详细资料

    • 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)