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

Function mLog

Engine/source/math/mMathFn.h:338–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338inline F32 mLog(const F32 val)
339{
340 return (F32) log(val);
341}
342
343inline F32 mLog2(const F32 val)
344{

Callers 3

_linearToLogVolumeMethod · 0.85
CreateFoliageMethod · 0.85

Calls 1

logFunction · 0.50

Tested by

no test coverage detected