Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
778
F32 xQuatLength2(const xQuat* q)
779
{
780
return xQuatDot(q, q);
781
}
782
783
void xQuatAdd(xQuat* q, const xQuat* a, const xQuat* b)
784
{
Callers
1
xQuatNormalize
Function · 0.85
Calls
1
xQuatDot
Function · 0.85
Tested by
no test coverage detected