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

Function HMM_DotV2

HandmadeMath.h:928–932  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

926
927COVERAGE(HMM_DotV2, 1)
928static inline float HMM_DotV2(HMM_Vec2 Left, HMM_Vec2 Right)
929{
930 ASSERT_COVERED(HMM_DotV2);
931 return (Left.X * Right.X) + (Left.Y * Right.Y);
932}
933
934COVERAGE(HMM_DotV3, 1)
935static inline float HMM_DotV3(HMM_Vec3 Left, HMM_Vec3 Right)

Callers 4

HMM_LenSqrV2Function · 0.85
HMM_NormV2Function · 0.85
HMM_DotFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected