MCPcopy Create free account
hub / github.com/doldecomp/mkdd / atan2f

Function atan2f

include/std/math.h:69–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67extern inline float fabs(float x) { return fabsf(x); }
68
69extern inline float atan2f(float y, float x) { return ::atan2(y, x); }
70extern inline float cosf(float x) { return ::cos(x); }
71extern inline float sinf(float x) { return ::sin(x); }
72extern inline float tanf(float x) { return ::tan(x); }

Callers 9

calcMethod · 0.50
InitFixPathCamMethod · 0.50
InitFixSplCamMethod · 0.50
CrossToPolarMethod · 0.50
SetUpRigidBodyPoseMethod · 0.50
localMoveMethod · 0.50
getAngleToRandMethod · 0.50
getAngleToAttackMethod · 0.50
calcMethod · 0.50

Calls 1

atan2Function · 0.85

Tested by

no test coverage detected