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

Function HMM_EqV2

HandmadeMath.h:907–911  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905
906COVERAGE(HMM_EqV2, 1)
907static inline HMM_Bool HMM_EqV2(HMM_Vec2 Left, HMM_Vec2 Right)
908{
909 ASSERT_COVERED(HMM_EqV2);
910 return Left.X == Right.X && Left.Y == Right.Y;
911}
912
913COVERAGE(HMM_EqV3, 1)
914static inline HMM_Bool HMM_EqV3(HMM_Vec3 Left, HMM_Vec3 Right)

Callers 4

HMM_EqFunction · 0.85
operator==Function · 0.85
operator!=Function · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected