Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
783
void 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
xQuatSlerp
Function · 0.85
Calls
1
xVec3Add
Function · 0.85
Tested by
no test coverage detected