Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
313
inline void mSinCos(const F32 angle, F32 &s, F32 &c)
314
{
315
m_sincos( angle, &s, &c );
316
}
317
318
inline F32 mTanh(const F32 angle)
319
{
Callers
8
integrate
Method · 0.85
setupBillboard
Method · 0.85
setupAligned
Method · 0.85
updateForces
Method · 0.85
mQuat.cpp
File · 0.85
m_matF_set_euler_C
Function · 0.85
rotate
Method · 0.85
vectorRotateZAxis
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected