MCPcopy 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
1335F32 xQuatDot(const xQuat* a, const xQuat* b)
1336{
1337 return xVec3Dot(&a->v, &b->v) + a->s * b->s;
1338}
1339
1340void xDrawSetColor(iColor_tag color)
1341{

Callers 3

xQuatSlerpFunction · 0.85
xQuatLength2Function · 0.85
xEntMPMoveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected