Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ xQuatConj
Function
xQuatConj
src/SB/Core/x/xCamera.cpp:1689–1694 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1687
}
1688
1689
void xQuatConj(xQuat* o, const xQuat* q)
1690
{
1691
o->s = q->s;
1692
1693
xVec3Inv(&o->v, &q->v);
1694
}
1695
1696
void xMat3x3LookAt(xMat3x3* m, const xVec3* pos, const xVec3* at)
1697
{
Callers
2
_xCameraUpdate
Function · 0.85
xQuatDiff
Function · 0.85
Calls
1
xVec3Inv
Function · 0.85
Tested by
no test coverage detected