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

Function HMM_Norm

HandmadeMath.h:2592–2596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2590
2591COVERAGE(HMM_NormV2CPP, 1)
2592static inline HMM_Vec2 HMM_Norm(HMM_Vec2 A)
2593{
2594 ASSERT_COVERED(HMM_NormV2CPP);
2595 return HMM_NormV2(A);
2596}
2597
2598COVERAGE(HMM_NormV3CPP, 1)
2599static inline HMM_Vec3 HMM_Norm(HMM_Vec3 A)

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 4

HMM_NormV2Function · 0.85
HMM_NormV3Function · 0.85
HMM_NormV4Function · 0.85
HMM_NormQFunction · 0.85

Tested by

no test coverage detected