- Found in:
- Mathf
Description
Documentation Comment
Returns the angle in radians whose tan is y/x
Caveats
Parameters
floaty
floatx
Examples
Auto-Generated Example
float myFloat__y
float myFloat__x
float returnedValue = LibMathf.Atan2(myFloat__y, myFloat__x)