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

Function JMASSinLap

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

Source from the content-addressed store, hash-verified

251inline f32 JMAAtan2Radian(f32 y, f32 x) { return JMath::atanTable_.atan2Radian(y, x); };
252
253inline f32 JMASSinLap(f32 x) { return JMath::sincosTable_.sinLap(x); }
254
255inline f32 JMASinRadian(f32 x) { return JMath::sincosTable_.sinRadian(x); }
256

Callers 1

getValueMethod · 0.85

Calls 1

sinLapMethod · 0.80

Tested by

no test coverage detected