MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xQuatCopy

Function xQuatCopy

src/SB/Core/x/xEntMotion.cpp:1310–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1308_tagxPad* gDebugPad;
1309
1310void xQuatCopy(xQuat* a, const xQuat* b)
1311{
1312 a->s = b->s;
1313 a->v.x = b->v.x;
1314 a->v.y = b->v.y;
1315 a->v.z = b->v.z;
1316}
1317
1318U32 xVec3Equals(const xVec3* a, const xVec3* b)
1319{

Callers 4

xQuatFromMatFunction · 0.85
xQuatFromAxisAngleFunction · 0.85
xQuatNormalizeFunction · 0.85
xEntMotionResetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected