Rsin

From The Elder Scrolls Construction Set Wiki

A command for Oblivion Script Extender

Syntax:

rsin [float]

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

[edit] Example

set y to r * ( rsin theta )

[edit] Notes

  • 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

[edit] See Also

Personal tools