MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / dtMathFabsf

Function dtMathFabsf

Source/ThirdParty/recastnavigation/DetourMath.h:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10#include <math.h>
11
12inline float dtMathFabsf(float x) { return fabsf(x); }
13inline float dtMathSqrtf(float x) { return sqrtf(x); }
14inline float dtMathFloorf(float x) { return floorf(x); }
15inline float dtMathCeilf(float x) { return ceilf(x); }

Callers 2

getNeighboursFunction · 0.85
isectRaySegFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected