Difference between revisions of "LlAtan2"

From Second Life Wiki
Jump to navigation Jump to search
Line 12: Line 12:
|p2_name=x
|p2_name=x
|p2_desc
|p2_desc
|p3_type|p3_name|p3_desc
|p4_type|p4_name|p4_desc
|p5_type|p5_name|p5_desc
|p6_type|p6_name|p6_desc
|p7_type|p7_name|p7_desc
|p8_type|p8_name|p8_desc
|p9_type|p9_name|p9_desc
|p10_type|p10_name|p10_desc
|p11_type|p11_name|p11_desc
|p12_type|p12_name|p12_desc
|return_type=float
|return_type=float
|return_text=that is the arctangent2 of y, x.
|return_text=that is the arctangent2 of y, x.
Line 29: Line 19:
|helpers
|helpers
|also_articles=*{{wikipedia|Atan2}}
|also_articles=*{{wikipedia|Atan2}}
*{{wikipedia|Inverse_trigonometric_function}}
|also_functions=*{{LSLG|llAcos}}
*{{LSLG|llAcos}}
|notes
}}
[[Category:LSL_Stub]]
[[Category:LSL_Math/Trigonometry]]
|notes
|notes
}}
}}

Revision as of 05:52, 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

Deep Notes

Search JIRA for related Issues

Signature

function float llAtan2( float y, float x );

|notes }}