MCPcopy 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
1329void xQuatFlip(xQuat* a, const xQuat* b)
1330{
1331 a->s = -b->s;
1332 xVec3Inv(&a->v, &b->v);
1333}
1334
1335F32 xQuatDot(const xQuat* a, const xQuat* b)
1336{

Callers 3

xQuatFromMatFunction · 0.85
xQuatDiffFunction · 0.85
xEntMPMoveFunction · 0.85

Calls 1

xVec3InvFunction · 0.85

Tested by

no test coverage detected