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

Function HMM_Eq

HandmadeMath.h:3019–3023  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3017
3018COVERAGE(HMM_EqV2CPP, 1)
3019static inline HMM_Bool HMM_Eq(HMM_Vec2 Left, HMM_Vec2 Right)
3020{
3021 ASSERT_COVERED(HMM_EqV2CPP);
3022 return HMM_EqV2(Left, Right);
3023}
3024
3025COVERAGE(HMM_EqV3CPP, 1)
3026static inline HMM_Bool HMM_Eq(HMM_Vec3 Left, HMM_Vec3 Right)

Callers 1

TESTFunction · 0.85

Calls 3

HMM_EqV2Function · 0.85
HMM_EqV3Function · 0.85
HMM_EqV4Function · 0.85

Tested by

no test coverage detected