| 
    NSMBW-Decomp
    
   A decompilation of New Super Mario Bros. Wii 
   | 
 
#include <lib/egg/geom/eggSphere.h>
A sphere defined by a center point and a radius.
Definition at line 7 of file eggSphere.h.
Public Member Functions | |
| Sphere3f (const Vector3f ¢er, float radius) | |
| Constructs a sphere from a center and radius.   | |
Public Attributes | |
| Vector3f | mCenter | 
| float | mRadius | 
      
  | 
  inline | 
Definition at line 9 of file eggSphere.h.
      
  | 
  inline | 
Constructs a sphere from a center and radius.
Definition at line 12 of file eggSphere.h.
| Vector3f EGG::Sphere3f::mCenter | 
Definition at line 14 of file eggSphere.h.
| float EGG::Sphere3f::mRadius | 
Definition at line 15 of file eggSphere.h.