Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
195
inline F32 mFabs(const F32 val)
196
{
197
return (F32) fabs(val);
198
}
199
200
inline F64 mFabs(const F64 val)
201
{
Callers
15
GetPitch
Method · 0.85
setPathObjectSpeed
Method · 0.85
onTrigger
Method · 0.85
setTimeScale
Method · 0.85
_castRay
Method · 0.85
createCullingVolume
Method · 0.85
afxTriBoxOverlap2D
Function · 0.85
GetPitch
Method · 0.85
setPathObjectSpeed
Method · 0.85
onTrigger
Method · 0.85
setTimeScale
Method · 0.85
getScaledDuration
Method · 0.85
Calls
1
fabs
Function · 0.85
Tested by
no test coverage detected