Morrowind Mod:XSin

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search

A function added by MWSE.

xSin returns the sine of the angle (which given in radians).

Syntax[edit]

sine (float): xSin radian (float)

Example[edit]

float angleInRadians
float result

Setx angleInRadians to 25
Setx result to xSin angleInRadians

See Also[edit]

xDistance
xSqrt
xHypot
xDegRad
xRadDeg
xCos
xTan
xArcCos
xArcSin
xArcTan