Morrowind Mod:XArcSin

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

A function added by MWSE.

xArcSin returns the arc sine (in radians) of the angle.

Syntax[edit]

radians (float): xArcSin sine (float)

Example[edit]

float sine
float result

Setx sine to 25
Setx result to xArcSine sine

See Also[edit]

xDistance
xSqrt
xHypot
xDegRad
xRadDeg
xCos
xSin
xTan
xArcCos
xArcTan