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

Function HMM_Dot

HandmadeMath.h:2620–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2618
2619COVERAGE(HMM_DotV2CPP, 1)
2620static inline float HMM_Dot(HMM_Vec2 Left, HMM_Vec2 VecTwo)
2621{
2622 ASSERT_COVERED(HMM_DotV2CPP);
2623 return HMM_DotV2(Left, VecTwo);
2624}
2625
2626COVERAGE(HMM_DotV3CPP, 1)
2627static inline float HMM_Dot(HMM_Vec3 Left, HMM_Vec3 VecTwo)

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls 4

HMM_DotV2Function · 0.85
HMM_DotV3Function · 0.85
HMM_DotV4Function · 0.85
HMM_DotQFunction · 0.85

Tested by

no test coverage detected