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

Function HMM_NormV4

HandmadeMath.h:1040–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038
1039COVERAGE(HMM_NormV4, 1)
1040static inline HMM_Vec4 HMM_NormV4(HMM_Vec4 A)
1041{
1042 ASSERT_COVERED(HMM_NormV4);
1043 return HMM_MulV4F(A, HMM_InvSqrtF(HMM_DotV4(A, A)));
1044}
1045
1046/*
1047 * Utility vector functions

Callers 3

HMM_NormQFunction · 0.85
HMM_NormFunction · 0.85
TESTFunction · 0.85

Calls 3

HMM_MulV4FFunction · 0.85
HMM_InvSqrtFFunction · 0.85
HMM_DotV4Function · 0.85

Tested by

no test coverage detected