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)