MCPcopy Create free account
hub / github.com/doldecomp/mkdd / JMACosShort

Function JMACosShort

include/JSystem/JMath/JMath.h:257–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255inline f32 JMASinRadian(f32 x) { return JMath::sincosTable_.sinRadian(x); }
256
257inline f32 JMACosShort(s16 v) { return JMath::sincosTable_.cosShort(v); }
258inline f32 JMASinShort(s16 v) { return JMath::sincosTable_.sinShort(v); }
259
260inline f32 JMASCos(s16 v) { return JMACosShort(v); }

Callers 2

stMTXRotS16Function · 0.85
JMASCosFunction · 0.85

Calls 1

cosShortMethod · 0.80

Tested by

no test coverage detected