Rsin

Revision as of 12:43, 9 September 2007 by imported>WereWolf (New page: A command for Oblivion Script Extender '''Syntax:''' rsin [float] Returns the sine of the angle. Same as Sin but use radians instead. ==Examp...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A command for Oblivion Script Extender

Syntax:

rsin [float]

Returns the sine of the angle. Same as Sin but use radians instead.

ExampleEdit

set y to r * ( rsin theta )

NotesEdit

  • This function can be used in a mathematical formula (a + sin b), but a mathematical formula will not compile as the arguement for this function (sin (a + b) doesn't work).
  • sin a + b = ( sin a ) + b

See AlsoEdit