llAtan2

From Second Life Wiki
Revision as of 02:41, 28 January 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

   Outdated templated used

Please change the template from 'LSLFunctionAll' to 'LSL_Function' (just replace 'LSLFunctionAll' with 'LSL_Function', do this after fixing any other erorr messages.

Summary

Function: float llAtan2( float y, float x );

Returns a float that is the arctangent2 of y, x.

• float y
• float x

Similar to the arctangent except it utilizes the signs of x & y to determine the quadrant.

Examples

See Also

Articles

Deep Notes

Search JIRA for related Issues

Signature

function float llAtan2( float y, float x );