NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
EGG::Sphere3f Class Reference

#include <lib/egg/geom/eggSphere.h>

Inheritance diagram for EGG::Sphere3f:
[legend]

Description

A sphere defined by a center point and a radius.

Definition at line 7 of file eggSphere.h.

Public Member Functions

 Sphere3f (const Vector3f &center, float radius)
 Constructs a sphere from a center and radius.
 

Public Attributes

Vector3f mCenter
 
float mRadius
 

Constructor & Destructor Documentation

◆ Sphere3f() [1/2]

EGG::Sphere3f::Sphere3f ( )
inline

Definition at line 9 of file eggSphere.h.

◆ Sphere3f() [2/2]

EGG::Sphere3f::Sphere3f ( const Vector3f & center,
float radius )
inline

Constructs a sphere from a center and radius.

Definition at line 12 of file eggSphere.h.

Member Data Documentation

◆ mCenter

Vector3f EGG::Sphere3f::mCenter

Definition at line 14 of file eggSphere.h.

◆ mRadius

float EGG::Sphere3f::mRadius

Definition at line 15 of file eggSphere.h.