Morrowind Mod:XCos

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

A function added by MWSE.

xCos returns the cosine of the angle (which given in radians).

Syntax[edit]

cosine (float): xCos radian (float)

Example[edit]

float angleInRadians
float result

Setx angleInRadians to 25
Setx result to xCos angleInRadians

See Also[edit]

xDistance
xSqrt
xHypot
xDegRad
xRadDeg
xSin
xTan
xArcCos
xArcSin
xArcTan