Package 

Class BacktraceMathHelper

    • Method Summary

      Modifier and Type Method Description
      static double clamp(double value, double minimum, double maximum)
      static double uniform(double minimum, double maximum)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • clamp

         static double clamp(double value, double minimum, double maximum)
      • uniform

         static double uniform(double minimum, double maximum)