* asin -> atan

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@7905 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
Sha..om 14 years ago
parent dfef1a6dfe
commit 66d78be974
  1. 2
      engine/src/core/com/jme3/math/FastMath.java

@ -399,7 +399,7 @@ final public class FastMath {
/** /**
* Returns the arc tangent of an angle given in radians.<br> * Returns the arc tangent of an angle given in radians.<br>
* @param fValue The angle, in radians. * @param fValue The angle, in radians.
* @return fValue's asin * @return fValue's atan
* @see java.lang.Math#atan(double) * @see java.lang.Math#atan(double)
*/ */
public static float atan(float fValue) { public static float atan(float fValue) {

Loading…
Cancel
Save