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

Function HMM_LenV3

HandmadeMath.h:1012–1016  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010
1011COVERAGE(HMM_LenV3, 1)
1012static inline float HMM_LenV3(HMM_Vec3 A)
1013{
1014 ASSERT_COVERED(HMM_LenV3);
1015 return HMM_SqrtF(HMM_LenSqrV3(A));
1016}
1017
1018COVERAGE(HMM_LenV4, 1)
1019static inline float HMM_LenV4(HMM_Vec4 A)

Callers 2

HMM_LenFunction · 0.85
TESTFunction · 0.85

Calls 2

HMM_SqrtFFunction · 0.85
HMM_LenSqrV3Function · 0.85

Tested by

no test coverage detected