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

Function HMM_LenSqrV3

HandmadeMath.h:991–995  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989
990COVERAGE(HMM_LenSqrV3, 1)
991static inline float HMM_LenSqrV3(HMM_Vec3 A)
992{
993 ASSERT_COVERED(HMM_LenSqrV3);
994 return HMM_DotV3(A, A);
995}
996
997COVERAGE(HMM_LenSqrV4, 1)
998static inline float HMM_LenSqrV4(HMM_Vec4 A)

Callers 3

HMM_LenV3Function · 0.85
HMM_LenSqrFunction · 0.85
TESTFunction · 0.85

Calls 1

HMM_DotV3Function · 0.85

Tested by

no test coverage detected