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

Function HMM_Sub

HandmadeMath.h:2781–2785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2779
2780COVERAGE(HMM_SubV2CPP, 1)
2781static inline HMM_Vec2 HMM_Sub(HMM_Vec2 Left, HMM_Vec2 Right)
2782{
2783 ASSERT_COVERED(HMM_SubV2CPP);
2784 return HMM_SubV2(Left, Right);
2785}
2786
2787COVERAGE(HMM_SubV3CPP, 1)
2788static inline HMM_Vec3 HMM_Sub(HMM_Vec3 Left, HMM_Vec3 Right)

Callers 1

TESTFunction · 0.85

Calls 7

HMM_SubV2Function · 0.85
HMM_SubV3Function · 0.85
HMM_SubV4Function · 0.85
HMM_SubM2Function · 0.85
HMM_SubM3Function · 0.85
HMM_SubM4Function · 0.85
HMM_SubQFunction · 0.85

Tested by

no test coverage detected