Class VeilMath

java.lang.Object
foundry.veil.math.VeilMath

public class VeilMath extends Object
  • Constructor Details

    • VeilMath

      public VeilMath()
  • Method Details

    • remap

      public static double remap(double value, double from1, double to1, double from2, double to2)