Преглед на файлове

remove the javadoc reference to the mythical USE_FAST_TRIG setting

Stephen Gold преди 5 години
родител
ревизия
ede7af0573
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 1 2
      jme3-core/src/main/java/com/jme3/math/FastMath.java

+ 1 - 2
jme3-core/src/main/java/com/jme3/math/FastMath.java

@@ -678,8 +678,7 @@ final public class FastMath {
     }
 
     /**
-     * Returns the tangent of a value.  If USE_FAST_TRIG is enabled, an approximate value
-     * is returned.  Otherwise, a direct value is used.
+     * Returns the tangent of the specified angle.
      *
      * @param fValue The value to tangent, in radians.
      * @return The tangent of fValue.