MCPcopy 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
1689void xQuatConj(xQuat* o, const xQuat* q)
1690{
1691 o->s = q->s;
1692
1693 xVec3Inv(&o->v, &q->v);
1694}
1695
1696void xMat3x3LookAt(xMat3x3* m, const xVec3* pos, const xVec3* at)
1697{

Callers 2

_xCameraUpdateFunction · 0.85
xQuatDiffFunction · 0.85

Calls 1

xVec3InvFunction · 0.85

Tested by

no test coverage detected