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

Function JMASinShort

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

Source from the content-addressed store, hash-verified

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); }
261inline f32 JMASSin(s16 v) { return JMASinShort(v); }

Callers 2

stMTXRotS16Function · 0.85
JMASSinFunction · 0.85

Calls 1

sinShortMethod · 0.80

Tested by

no test coverage detected