MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xQuatLength2

Function xQuatLength2

src/SB/Core/x/xMath3.cpp:778–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778F32 xQuatLength2(const xQuat* q)
779{
780 return xQuatDot(q, q);
781}
782
783void xQuatAdd(xQuat* q, const xQuat* a, const xQuat* b)
784{

Callers 1

xQuatNormalizeFunction · 0.85

Calls 1

xQuatDotFunction · 0.85

Tested by

no test coverage detected