Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ GetMagnitude
Method
GetMagnitude
BeefySysLib/util/Vector.cpp:21–24 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
19
}
20
21
float Vector3::GetMagnitude() const
22
{
23
return sqrtf(mX*mX + mY*mY + mZ*mZ);
24
}
25
26
float Vector3::GetMagnitudeSquare() const
27
{
Callers
5
operator^
Method · 0.95
RayIntersectsAABB
Method · 0.80
Sphere
Method · 0.80
Normalize
Method · 0.80
GetDistance
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected