llSin

From Second Life Wiki
Revision as of 18:45, 25 January 2007 by Strife Onizuka (talk | contribs)
Jump to navigation Jump to search

   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 llSin( float theta );

Returns a float that is the sine of theta.

• float theta angle expressed in radians.

Examples

Deep Notes

Search JIRA for related Issues

Signature

function float llSin( float theta );
The correct title of this article is llSin. The initial letter is shown capitalized due to technical restrictions.


float llSin( float theta);

0 ( );

0.0 Function ID
10.0 Delay
  • theta - theta in radians.
Energy


Specification

Returns the sine of theta in radians.

Caveats

Examples

<lsl> </lsl>

Helper Functions

<lsl> </lsl>

See Also

Notes