Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
772
void xQuatSMul(xQuat* q, const xQuat* a, F32 t)
773
{
774
q->s = a->s * t;
775
xVec3SMul((xVec3*)q, (xVec3*)a, t);
776
}
777
778
F32 xQuatLength2(const xQuat* q)
779
{
Callers
2
xQuatNormalize
Function · 0.85
xQuatSlerp
Function · 0.85
Calls
1
xVec3SMul
Function · 0.85
Tested by
no test coverage detected