| 3136 | |
| 3137 | COVERAGE(HMM_MulV2Op, 1) |
| 3138 | static inline HMM_Vec2 operator*(HMM_Vec2 Left, HMM_Vec2 Right) |
| 3139 | { |
| 3140 | ASSERT_COVERED(HMM_MulV2Op); |
| 3141 | return HMM_MulV2(Left, Right); |
| 3142 | } |
| 3143 | |
| 3144 | COVERAGE(HMM_MulV3Op, 1) |
| 3145 | static inline HMM_Vec3 operator*(HMM_Vec3 Left, HMM_Vec3 Right) |
nothing calls this directly
no test coverage detected