Package zombie.core

Class FastTrig

java.lang.Object
zombie.core.FastTrig

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

    Constructors
    Constructor Description
    FastTrig()  
  • Method Summary

    Modifier and Type Method Description
    static double cos​(double radians)  
    static double sin​(double radians)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FastTrig

      public FastTrig()
  • Method Details

    • cos

      public static double cos​(double radians)
    • sin

      public static double sin​(double radians)