llAtan2
Function Syntax
float llAtan2(
- float y, // A floating-point value.
- float x // A floating-point value.
Returns the arc-tangent2 of y, x.
Returns the arc-tangent2 of y, x.