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

Function HMM_Rotate_LH

HandmadeMath.h:1949–1954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1947
1948COVERAGE(HMM_Rotate_LH, 1)
1949static inline HMM_Mat4 HMM_Rotate_LH(float Angle, HMM_Vec3 Axis)
1950{
1951 ASSERT_COVERED(HMM_Rotate_LH);
1952 /* NOTE(lcf): Matrix will be inverse/transpose of RH. */
1953 return HMM_Rotate_RH(-Angle, Axis);
1954}
1955
1956COVERAGE(HMM_InvRotate, 1)
1957static inline HMM_Mat4 HMM_InvRotate(HMM_Mat4 RotationMatrix)

Callers 3

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85

Calls 1

HMM_Rotate_RHFunction · 0.85

Tested by

no test coverage detected