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

Function HMM_SinF

HandmadeMath.h:480–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

478
479COVERAGE(HMM_SinF, 1)
480static inline float HMM_SinF(float Angle)
481{
482 ASSERT_COVERED(HMM_SinF);
483 return HMM_SINF(HMM_ANGLE_USER_TO_INTERNAL(Angle));
484}
485
486COVERAGE(HMM_CosF, 1)
487static inline float HMM_CosF(float Angle)

Callers 4

HMM_Rotate_RHFunction · 0.85
HMM_SLerpFunction · 0.85
HMM_QFromAxisAngle_RHFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected