Background for Skyrim SE
Member of the LibMathf script
floatfunctionAtan2(floaty, floatx)NativeGlobal

Description

Documentation Comment

Returns the angle in radians whose tan is y/x


Caveats


Parameters

floaty

floatx


Examples

Auto-Generated Example

float myFloat__y
float myFloat__x

float returnedValue = LibMathf.Atan2(myFloat__y, myFloat__x)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.