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

Function HMM_V2

HandmadeMath.h:575–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

573
574COVERAGE(HMM_V2, 1)
575static inline HMM_Vec2 HMM_V2(float X, float Y)
576{
577 ASSERT_COVERED(HMM_V2);
578
579 HMM_Vec2 Result;
580 Result.X = X;
581 Result.Y = Y;
582
583 return Result;
584}
585
586COVERAGE(HMM_V3, 1)
587static inline HMM_Vec3 HMM_V3(float X, float Y, float Z)

Callers 7

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