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

Method most

Engine/source/math/mPoint3.h:574–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574inline F32 Point3F::most() const
575{
576 return getMax( mFabs( x ), getMax( mFabs( y ), mFabs( z ) ) );
577}
578
579inline void Point3F::neg()
580{

Callers 1

renderObjectMethod · 0.80

Calls 2

getMaxFunction · 0.85
mFabsFunction · 0.85

Tested by

no test coverage detected