| 2590 | |
| 2591 | COVERAGE(HMM_NormV2CPP, 1) |
| 2592 | static inline HMM_Vec2 HMM_Norm(HMM_Vec2 A) |
| 2593 | { |
| 2594 | ASSERT_COVERED(HMM_NormV2CPP); |
| 2595 | return HMM_NormV2(A); |
| 2596 | } |
| 2597 | |
| 2598 | COVERAGE(HMM_NormV3CPP, 1) |
| 2599 | static inline HMM_Vec3 HMM_Norm(HMM_Vec3 A) |
no test coverage detected