MCPcopy Index your code
hub / github.com/HandmadeMath/HandmadeMath / operator==

Function operator==

HandmadeMath.h:3600–3604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3598
3599COVERAGE(HMM_EqV2Op, 1)
3600static inline HMM_Bool operator==(HMM_Vec2 Left, HMM_Vec2 Right)
3601{
3602 ASSERT_COVERED(HMM_EqV2Op);
3603 return HMM_EqV2(Left, Right);
3604}
3605
3606COVERAGE(HMM_EqV3Op, 1)
3607static inline HMM_Bool operator==(HMM_Vec3 Left, HMM_Vec3 Right)

Callers

nothing calls this directly

Calls 3

HMM_EqV2Function · 0.85
HMM_EqV3Function · 0.85
HMM_EqV4Function · 0.85

Tested by

no test coverage detected