#include <Sphere.hh>
Public Member Functions | |
Sphere3f (const Vector3f &v, f32 r) | |
bool | isInsideOtherSphere (const Sphere3f &rhs) const |
Not actually part of EGG. Included here for compartmentalization. | |
Public Attributes | |
Vector3f | pos |
f32 | radius |
|
nodiscard0x8051A07C |