MCPcopy 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

6static const float radiusEpsilon = 1e-4f; // NOTE: To avoid numerical inaccuracies
7
8Sphere::Sphere()
9{
10 mRadius = -1;
11}
12
13Sphere::Sphere(const Sphere& S)
14{

Callers

nothing calls this directly

Calls 1

GetMagnitudeMethod · 0.80

Tested by

no test coverage detected