Difference between revisions of "LlAtan2"

From Second Life Wiki
Jump to navigation Jump to search
Line 4: Line 4:
|func_sleep=0.0
|func_sleep=0.0
|func_energy=10.0
|func_energy=10.0
|func_footnote=
|func_footnote=Similar to the arctangent(y/x) except it utilizes the signs of x & y to determine the quadrant.
Similar to the arctangent except it utilizes the signs of x & y to determine the quadrant.
|p1_type=float
|p1_type=float
|p1_name=y
|p1_name=y
Line 18: Line 17:
|examples
|examples
|helpers
|helpers
|also_articles=*{{wikipedia|Atan2}}
|also_functions=
*{{LSLG|llAcos}}
*{{LSLG|llAcos}}
|also_articles=
*{{wikipedia|Atan2}}
*{{wikipedia|Inverse_trigonometric_function}}
*{{wikipedia|Inverse_trigonometric_function}}
|also_functions=*{{LSLG|llAcos}}
*{{LSLG|llAcos}}
|notes
|notes
}}
}}
[[Category:LSL_Stub]]
[[Category:LSL_Stub]]
[[Category:LSL_Math/Trigonometry]]
|notes
}}
[[Category:LSL_Functions]]
[[Category:LSL_Math/Trigonometry]]
[[Category:LSL_Math/Trigonometry]]

Revision as of 05:54, 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(y/x) except it utilizes the signs of x & y to determine the quadrant.

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

function float llAtan2( float y, float x );