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

Function HMM_LenV4

HandmadeMath.h:1019–1023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1017
1018COVERAGE(HMM_LenV4, 1)
1019static inline float HMM_LenV4(HMM_Vec4 A)
1020{
1021 ASSERT_COVERED(HMM_LenV4);
1022 return HMM_SqrtF(HMM_LenSqrV4(A));
1023}
1024
1025COVERAGE(HMM_NormV2, 1)
1026static inline HMM_Vec2 HMM_NormV2(HMM_Vec2 A)

Callers 2

HMM_LenFunction · 0.85
TESTFunction · 0.85

Calls 2

HMM_SqrtFFunction · 0.85
HMM_LenSqrV4Function · 0.85

Tested by

no test coverage detected