Difference between revisions of "LlAtan2"
From Second Life Wiki
m (LlAtan2 moved to LSL llAtan2) |
|||
Line 1: | Line 1: | ||
− | {{ | + | {{LSLFunctionAll |
− | + | |func=llAtan2 | |
− | + | |func_id=3 | |
− | + | |func_sleep=0.0 | |
− | | | + | |func_energy=10.0 |
− | + | |func_footnote= | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
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 |
− | | | + | |p1_desc |
− | | | + | |p2_type=float |
− | | | + | |p2_name=x |
− | | | + | |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_text=that is the arctangent2 of y, x. | |
− | + | |spec | |
− | + | |caveats | |
− | + | |examples | |
− | + | |helpers | |
− | | | + | |also=[http://en.wikipedia.org/wiki/Atan2 Wikipedia - Atan2] |
− | | | + | |notes |
− | + | }} | |
− | = | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | | | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | | | + | |
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | [http://en.wikipedia.org/wiki/Atan2] | + | |
− | + | ||
− | + | ||
− | | | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
[[Category:LSL_Functions]] | [[Category:LSL_Functions]] | ||
[[Category:LSL_Math]] | [[Category:LSL_Math]] |
Revision as of 18: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')
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
Summary
Function: float llAtan2( float y, float x );3 | Function ID |
0.0 | Forced Delay |
10.0 | Energy |
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.