This didn’t deserve its own thread, but I’m not sure where else to post it. Heres a direct link to the javadoc for easy viewing: http://hub.jmonkeyengine.org/javadoc/com/jme3/math/FastMath.html#atan%28float%29
atan
public static float atan(float fValue)
Returns the arc tangent of an angle given in radians.
Parameters:
fValue - The angle, in radians.
Returns:
fValue's asin
See Also:
Math.atan(double)
Should be:
Returns:
fValue's
Its nothing big, just something i spotted :P