Mathf.Atanstatic function Atan (f : float) : floatDescriptionReturns the arc-tangent of f - the angle in radians whose tangent is f.
JavaScript
print (Mathf.Atan(0.5)); using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Mathf | ||||
Mathf.Atanstatic function Atan (f : float) : floatDescriptionReturns the arc-tangent of f - the angle in radians whose tangent is f.
JavaScript
print (Mathf.Atan(0.5)); using UnityEngine; import UnityEngine |