Open main menu

UESPWiki β

Morrowind Mod:XCos

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

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

SyntaxEdit

cosine (float): xCos radian (float)

ExampleEdit

float angleInRadians
float result

Setx angleInRadians to 25
Setx result to xCos angleInRadians

See AlsoEdit