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

Function xQuatDiff

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

Source from the content-addressed store, hash-verified

732}
733
734void xQuatDiff(xQuat* o, const xQuat* a, const xQuat* b)
735{
736 xQuatConj(o, a);
737 xQuatMul(o, o, b);
738 if (o->s < 0.0f)
739 {
740 xQuatFlip(o, o);
741 }
742}
743
744void xBoxUnion(xBox& a, const xBox& b, const xBox& c)
745{

Callers 2

_xCameraUpdateFunction · 0.85
xCameraLookFunction · 0.85

Calls 3

xQuatConjFunction · 0.85
xQuatMulFunction · 0.85
xQuatFlipFunction · 0.85

Tested by

no test coverage detected