MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / PositiveFrac

Function PositiveFrac

TSMath.h:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436 }
437
438 inline float PositiveFrac(const float& x)
439 {
440 return (x - PositiveFloor(x));
441 }
442
443 inline float NegativeFrac(const float& x)
444 {

Callers

nothing calls this directly

Calls 1

PositiveFloorFunction · 0.85

Tested by

no test coverage detected