LlAngleBetween: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
Strife Onizuka (talk | contribs)
No edit summary
 
Strife Onizuka (talk | contribs)
No edit summary
Line 1: Line 1:
{{LSLFunctionAll|func_id=174|func_sleep=0.0|func_energy=10.0|func=llAngleBetween|return_type=float|p1_type=rotation|p1_name=a|p2_type=rotation|p2_name=b|func_footnote=Returns angle between rotation a and b|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSLFunctionAll|func_id=174|func_sleep=0.0|func_energy=10.0|func=llAngleBetween|return_type=float|p1_type=rotation|p1_name=a|p2_type=rotation|p2_name=b
|func_footnote
|return_text=that is the angle between rotation '''a''' and '''b'''.
|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Math/3D]][[Category:LSL_Stub]]

Revision as of 05:33, 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 llAngleBetween( rotation a, rotation b );
0.0 Forced Delay
10.0 Energy

Returns a float that is the angle between rotation a and b.

• rotation a
• rotation b

Examples

Deep Notes

Signature

function float llAngleBetween( rotation a, rotation b );