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

Function mIsInf_F

Engine/source/math/mMathFn.h:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484inline bool mIsInf_F( const F32 x )
485{
486 return ( x == std::numeric_limits< F32 >::infinity() );
487}
488
489inline F32 mSign( const F32 n )
490{

Callers 1

playMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected