#include <seadSphere.h>
Public Types | |
| typedef VectorType::ValueType | T |
Public Member Functions | |
| Sphere () | |
| Sphere (const VectorType ¢er, T radius) | |
| const VectorType & | getCenter () const |
| T | getRadius () const |
| void | setCenter (const VectorType ¢er) |
| void | setRadius (T radius) |
Private Attributes | |
| VectorType | mCenter |
| T | mRadius |
| typedef VectorType::ValueType sead::Sphere< VectorType >::T |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |