Morrowind Mod:XRadDeg

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

A function added by MWSE.

xRadDeg converts a value from radians to degrees.

Syntax[edit]

degrees (float): xRadDeg radians (float)

Example[edit]

float degree
float radian

Setx radian to 25
Setx degree to xRadDeg radian

See Also[edit]

xDistance
xSqrt
xHypot
xDegRad
xCos
xSin
xTan
xArcCos
xArcSin
xArcTan