Check out our 2024 Retrospective for a look back at events that shaped the wiki during 2024.

Morrowind Mod:XSin

The UESPWiki – Your source for The Elder Scrolls since 1995

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