Difference between revisions of "LlAtan2"

From Second Life Wiki
Jump to navigation Jump to search
Line 28: Line 28:
|examples
|examples
|helpers
|helpers
|also_articles=*{{wikipedia.org|Atan2}}
|also_articles=*{{wikipedia|Atan2}}
|notes
|notes
}}
}}

Revision as of 02:41, 28 January 2007

   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 );