MCPcopy 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
7inline 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

initEquipMethod · 0.85
calcBalanceFlyingMethod · 0.85
initEquipMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected