Rsin

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

rsin [float]

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

Example[edit | edit source]

set y to r * ( rsin theta )

Notes[edit | edit source]

  • 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 Also[edit | edit source]