Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doldecomp/mkdd
/ QuaternionReset
Function
QuaternionReset
include/mathHelper.h:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
6
7
inline void QuaternionReset(Quaternion *pDest)
8
{
9
const Quaternion q = {0.0f, 0.0f, 0.0f, 1.0f};
10
*pDest = q;
11
}
12
13
14
#endif
Callers
3
initEquip
Method · 0.85
calcBalanceFlying
Method · 0.85
initEquip
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected