MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / mFabs

Function mFabs

Engine/source/math/mMathFn.h:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195inline F32 mFabs(const F32 val)
196{
197 return (F32) fabs(val);
198}
199
200inline F64 mFabs(const F64 val)
201{

Callers 15

GetPitchMethod · 0.85
setPathObjectSpeedMethod · 0.85
onTriggerMethod · 0.85
setTimeScaleMethod · 0.85
_castRayMethod · 0.85
createCullingVolumeMethod · 0.85
afxTriBoxOverlap2DFunction · 0.85
GetPitchMethod · 0.85
setPathObjectSpeedMethod · 0.85
onTriggerMethod · 0.85
setTimeScaleMethod · 0.85
getScaledDurationMethod · 0.85

Calls 1

fabsFunction · 0.85

Tested by

no test coverage detected