Difference between revisions of "LlAtan2"

From Second Life Wiki
Jump to navigation Jump to search
m (LlAtan2 moved to LSL llAtan2)
Line 1: Line 1:
{{lowercase|llAtan2}}
{{LSLFunctionAll
__NOTOC__
|func=llAtan2
 
|func_id=3
{| width="100%"
|func_sleep=0.0
|-
|func_energy=10.0
|<div id="box">
|func_footnote=
== [[LSL_Type_float|float]] llAtan2( [[LSL_Type_float|float]] y, [[LSL_Type_float|float]] x); ==
<div style="padding: 0.5em">
* y - .
* x - .
</div>
</div>
|-
|
<div id="box">
 
== Specification ==
<div style="padding: 0.5em">
Returns the arctangent2 of y, x.
 
Similar to the arctangent except it utilizes the signs of x & y to specify the quadrant.
Similar to the arctangent except it utilizes the signs of x & y to specify the quadrant.
{|  
|p1_type=float
|-
|p1_name=y
| [[LSL_Energy|Energy]]:
|p1_desc
| 10.0
|p2_type=float
|-
|p2_name=x
| [[LSL_Sleep|Sleep]]:
|p2_desc
| 0.0
|p3_type|p3_name|p3_desc
|-
|p4_type|p4_name|p4_desc
| [[LSL_Function_ID|Function ID]]:
|p5_type|p5_name|p5_desc
| 3
|p6_type|p6_name|p6_desc
|}
|p7_type|p7_name|p7_desc
</div>
|p8_type|p8_name|p8_desc
</div>
|p9_type|p9_name|p9_desc
|-
|p10_type|p10_name|p10_desc
|
|p11_type|p11_name|p11_desc
<div id="box">
|p12_type|p12_name|p12_desc
 
|return_type=float
== Caveats ==
|return_text=that is the arctangent2 of y, x.
<div style="padding: 0.5em">
|spec
</div>
|caveats
</div>
|examples
 
|helpers
|-
|also=[http://en.wikipedia.org/wiki/Atan2 Wikipedia - Atan2]
|
|notes
<div id="box">
}}
== Examples ==
<div style="padding: 0.5em">
<lsl>
</lsl>
</div>
</div>
|-
|
<div id="box">
== Helper Functions ==
<div style="padding: 0.5em">
<lsl>
</lsl>
</div>
</div>
|-
|
<div id="box">
== See Also ==
<div style="padding: 0.5em">
[http://en.wikipedia.org/wiki/Atan2]
</div>
</div>
|-
|
<div id="box">
== Notes ==
<div style="padding: 0.5em">
</div>
</div>
|}


[[Category:LSL_Functions]]
[[Category:LSL_Functions]]
[[Category:LSL_Math]]
[[Category:LSL_Math]]

Revision as of 19:27, 25 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.

   'also' Tag Removed

(Please use 'also_header','also_events','also_functions','also_articles', or 'also_footer')

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 specify the quadrant.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function float llAtan2( float y, float x );