Class SinCosTable


  • public class SinCosTable
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SinCosTable​(float argPrecision)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      float sin​(float x)  
      • Methods inherited from class java.lang.Object

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

      • LERP_LOOKUP

        public static boolean LERP_LOOKUP
      • precision

        public final float precision
      • tableLength

        public final int tableLength
      • sinLUT

        public final float[] sinLUT
    • Constructor Detail

      • SinCosTable

        public SinCosTable​(float argPrecision)
    • Method Detail

      • sin

        public final float sin​(float x)