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