Skip to content

llAtan2

float llAtan2(float y, float x)

Returns the arc-tangent2 of y, x.

Parameters
y (float)
A floating-point value.
x (float)
A floating-point value.

Add example usage here.

Add additional notes, caveats, or tips here.

  • Related pages can be linked here