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

Function xQuatAdd

src/SB/Core/x/xMath3.cpp:783–787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

781}
782
783void xQuatAdd(xQuat* q, const xQuat* a, const xQuat* b)
784{
785 q->s = a->s + b->s;
786 xVec3Add((xVec3*)q, (xVec3*)a, (xVec3*)b);
787}

Callers 1

xQuatSlerpFunction · 0.85

Calls 1

xVec3AddFunction · 0.85

Tested by

no test coverage detected