Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ Sphere
Method
Sphere
BeefySysLib/util/Sphere.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
static const float radiusEpsilon = 1e-4f; // NOTE: To avoid numerical inaccuracies
7
8
Sphere::Sphere()
9
{
10
mRadius = -1;
11
}
12
13
Sphere::Sphere(const Sphere& S)
14
{
Callers
nothing calls this directly
Calls
1
GetMagnitude
Method · 0.80
Tested by
no test coverage detected