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

Function operator!=

HandmadeMath.h:3621–3625  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3619
3620COVERAGE(HMM_EqV2OpNot, 1)
3621static inline HMM_Bool operator!=(HMM_Vec2 Left, HMM_Vec2 Right)
3622{
3623 ASSERT_COVERED(HMM_EqV2OpNot);
3624 return !HMM_EqV2(Left, Right);
3625}
3626
3627COVERAGE(HMM_EqV3OpNot, 1)
3628static 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