| 3304 | |
| 3305 | COVERAGE(HMM_DivV2Op, 1) |
| 3306 | static inline HMM_Vec2 operator/(HMM_Vec2 Left, HMM_Vec2 Right) |
| 3307 | { |
| 3308 | ASSERT_COVERED(HMM_DivV2Op); |
| 3309 | return HMM_DivV2(Left, Right); |
| 3310 | } |
| 3311 | |
| 3312 | COVERAGE(HMM_DivV3Op, 1) |
| 3313 | static inline HMM_Vec3 operator/(HMM_Vec3 Left, HMM_Vec3 Right) |
nothing calls this directly
no test coverage detected