Struct Sphere

Sphere object

struct Sphere ;

Example

Sphere sphere = Sphere(Vector3f(0, 0, 0), 1.0f);
assert(sphere.containsPoint(Vector3f(0.1f, 0, 0)));