Class Functions


  • public class Functions
    extends java.lang.Object
    Enumerates function values.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int abs
      abs function.
      static int accelerometerRawX
      accelerometerRawX function.
      static int accelerometerRawY
      accelerometerRawY function.
      static int accelerometerX
      accelerometerX function.
      static int accelerometerY
      accelerometerY function.
      static int acos
      acos function.
      static int asin
      asin function.
      static int atan
      atan function.
      static int cbrt
      cbrt function.
      static int ceil
      ceil function.
      static int clamp
      clamp function.
      static int cos
      cos function.
      static int cosh
      cosh function.
      static int deg
      deg function.
      static int exp
      exp function.
      static int expm1
      expm1 function.
      static int floor
      floor function.
      static int gyroRawX
      gyroRawX function.
      static int gyroRawY
      gyroRawY function.
      static int gyroX
      gyroX function.
      static int gyroY
      gyroY function.
      static int interpAccel
      interpAccel function.
      static int interpAccelDecel
      interpAccelDecel function.
      static int interpBounce
      interpBounce function.
      static int interpDecel
      interpDecel function.
      static int interpDial
      interpDial function.
      static int interpOvershoot
      interpOvershoot function.
      static int log
      log function.
      static int log10
      log10 function.
      static int log2
      log2 function.
      static int pad
      pad function.
      static int rad
      rad function.
      static int rand
      rand function.
      static int round
      round function.
      static int sin
      sin function.
      static int sinh
      sinh function.
      static int sqrt
      sqrt function.
      static int squareWave
      squareWave function.
      static int tan
      tan function.
      static int tanh
      tanh function.
      static int toFixed
      toFixed function.
      static int wakeRand
      wakeRand function.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait