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

Function xQuatSMul

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

Source from the content-addressed store, hash-verified

770}
771
772void xQuatSMul(xQuat* q, const xQuat* a, F32 t)
773{
774 q->s = a->s * t;
775 xVec3SMul((xVec3*)q, (xVec3*)a, t);
776}
777
778F32 xQuatLength2(const xQuat* q)
779{

Callers 2

xQuatNormalizeFunction · 0.85
xQuatSlerpFunction · 0.85

Calls 1

xVec3SMulFunction · 0.85

Tested by

no test coverage detected