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

Function operator*

HandmadeMath.h:3138–3142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3136
3137COVERAGE(HMM_MulV2Op, 1)
3138static inline HMM_Vec2 operator*(HMM_Vec2 Left, HMM_Vec2 Right)
3139{
3140 ASSERT_COVERED(HMM_MulV2Op);
3141 return HMM_MulV2(Left, Right);
3142}
3143
3144COVERAGE(HMM_MulV3Op, 1)
3145static inline HMM_Vec3 operator*(HMM_Vec3 Left, HMM_Vec3 Right)

Callers

nothing calls this directly

Calls 15

HMM_MulV2Function · 0.85
HMM_MulV3Function · 0.85
HMM_MulV4Function · 0.85
HMM_MulM2Function · 0.85
HMM_MulM3Function · 0.85
HMM_MulM4Function · 0.85
HMM_MulQFunction · 0.85
HMM_MulV2FFunction · 0.85
HMM_MulV3FFunction · 0.85
HMM_MulV4FFunction · 0.85
HMM_MulM2FFunction · 0.85
HMM_MulM3FFunction · 0.85

Tested by

no test coverage detected