Open main menu

UESPWiki β

Morrowind Mod:XTan

< Mod / Morrowind: Morrowind Mod: MWSE

A function added by MWSE.

xTan returns the tangent of the angle (which given in radians).

SyntaxEdit

tangent (float): xTan radian (float)

ExampleEdit

float angleInRadians
float result

Setx angleInRadians to 25
Setx result to xTan angleInRadians

See AlsoEdit