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

Function mMin

Engine/source/math/mMathFn.h:178–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178inline F32 mMin(const F32 x, const F32 y)
179{
180 if (x < y)
181 return x;
182 return y;
183}
184
185inline F32 mFloor(const F32 val)
186{

Callers 4

addSequenceMethod · 0.85
initMethod · 0.85
bindMethod · 0.85
initMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected