Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xQuatFlip
Function
xQuatFlip
src/SB/Core/x/xEntMotion.cpp:1329–1333 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1327
}
1328
1329
void xQuatFlip(xQuat* a, const xQuat* b)
1330
{
1331
a->s = -b->s;
1332
xVec3Inv(&a->v, &b->v);
1333
}
1334
1335
F32 xQuatDot(const xQuat* a, const xQuat* b)
1336
{
Callers
3
xQuatFromMat
Function · 0.85
xQuatDiff
Function · 0.85
xEntMPMove
Function · 0.85
Calls
1
xVec3Inv
Function · 0.85
Tested by
no test coverage detected