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

Function operator-

HandmadeMath.h:3089–3093  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3087
3088COVERAGE(HMM_SubV2Op, 1)
3089static inline HMM_Vec2 operator-(HMM_Vec2 Left, HMM_Vec2 Right)
3090{
3091 ASSERT_COVERED(HMM_SubV2Op);
3092 return HMM_SubV2(Left, Right);
3093}
3094
3095COVERAGE(HMM_SubV3Op, 1)
3096static inline HMM_Vec3 operator-(HMM_Vec3 Left, HMM_Vec3 Right)

Callers

nothing calls this directly

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