MCPcopy Index your code
hub / github.com/HandmadeMath/HandmadeMath / HMM_V3

Function HMM_V3

HandmadeMath.h:587–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

585
586COVERAGE(HMM_V3, 1)
587static inline HMM_Vec3 HMM_V3(float X, float Y, float Z)
588{
589 ASSERT_COVERED(HMM_V3);
590
591 HMM_Vec3 Result;
592 Result.X = X;
593 Result.Y = Y;
594 Result.Z = Z;
595
596 return Result;
597}
598
599COVERAGE(HMM_V4, 1)
600static inline HMM_Vec4 HMM_V4(float X, float Y, float Z, float W)

Callers 9

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected