Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xQuatDot
Function
xQuatDot
src/SB/Core/x/xEntMotion.cpp:1335–1338 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1333
}
1334
1335
F32 xQuatDot(const xQuat* a, const xQuat* b)
1336
{
1337
return xVec3Dot(&a->v, &b->v) + a->s * b->s;
1338
}
1339
1340
void xDrawSetColor(iColor_tag color)
1341
{
Callers
3
xQuatSlerp
Function · 0.85
xQuatLength2
Function · 0.85
xEntMPMove
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected