MCPcopy Index your code
hub / github.com/HandmadeMath/HandmadeMath / HMM_LenSqr

Function HMM_LenSqr

HandmadeMath.h:2571–2575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2569
2570COVERAGE(HMM_LenSqrV2CPP, 1)
2571static inline float HMM_LenSqr(HMM_Vec2 A)
2572{
2573 ASSERT_COVERED(HMM_LenSqrV2CPP);
2574 return HMM_LenSqrV2(A);
2575}
2576
2577COVERAGE(HMM_LenSqrV3CPP, 1)
2578static inline float HMM_LenSqr(HMM_Vec3 A)

Callers 1

TESTFunction · 0.85

Calls 3

HMM_LenSqrV2Function · 0.85
HMM_LenSqrV3Function · 0.85
HMM_LenSqrV4Function · 0.85

Tested by

no test coverage detected