MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / mSinCos

Function mSinCos

Engine/source/math/mMathFn.h:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313inline void mSinCos(const F32 angle, F32 &s, F32 &c)
314{
315 m_sincos( angle, &s, &c );
316}
317
318inline F32 mTanh(const F32 angle)
319{

Callers 8

integrateMethod · 0.85
setupBillboardMethod · 0.85
setupAlignedMethod · 0.85
updateForcesMethod · 0.85
mQuat.cppFile · 0.85
m_matF_set_euler_CFunction · 0.85
rotateMethod · 0.85
vectorRotateZAxisFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected