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

Function HMM_EqV3

HandmadeMath.h:914–918  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

912
913COVERAGE(HMM_EqV3, 1)
914static inline HMM_Bool HMM_EqV3(HMM_Vec3 Left, HMM_Vec3 Right)
915{
916 ASSERT_COVERED(HMM_EqV3);
917 return Left.X == Right.X && Left.Y == Right.Y && Left.Z == Right.Z;
918}
919
920COVERAGE(HMM_EqV4, 1)
921static inline HMM_Bool HMM_EqV4(HMM_Vec4 Left, HMM_Vec4 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