Mathf.Tanstatic function Tan (f : float) : floatDescriptionReturns the tangent of angle f in radians.
JavaScript
print (Mathf.Tan(0.5)); using UnityEngine; import UnityEngine |
|
||||
| Scripting > Runtime Classes > Mathf | ||||
Mathf.Tanstatic function Tan (f : float) : floatDescriptionReturns the tangent of angle f in radians.
JavaScript
print (Mathf.Tan(0.5)); using UnityEngine; import UnityEngine |