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

Function JMASCos

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

Source from the content-addressed store, hash-verified

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); }
262
263inline f32 JMAHermiteInterpolation(register f32 p1, register f32 p2, register f32 p3, register f32 p4, register f32 p5, register f32 p6,

Callers 15

resetMethod · 0.85
checkKartCollisionMethod · 0.85
doFuncDamageMethod · 0.85
setRMtxMethod · 0.85
MVCameraMethod · 0.85
calcMethod · 0.85
PolarToCrossMethod · 0.85
RotYMatrixMethod · 0.85
RotYMatrix33Method · 0.85
RotXMatrixMethod · 0.85
RotZMatrixMethod · 0.85
calcRotAnimationMethod · 0.85

Calls 1

JMACosShortFunction · 0.85

Tested by

no test coverage detected