NSMBW-Decomp
A decompilation of New Super Mario Bros. Wii
Loading...
Searching...
No Matches
mSphere_c Class Reference
Inheritance diagram for mSphere_c:
[legend]

Description

Definition at line 6 of file m_sphere.hpp.

Public Member Functions

 mSphere_c (const mVec3_c &center, float radius)
void set (const mVec3_c &center, float radius)
bool isZero ()

Constructor & Destructor Documentation

◆ mSphere_c() [1/2]

mSphere_c::mSphere_c ( )
inline

Definition at line 8 of file m_sphere.hpp.

◆ mSphere_c() [2/2]

mSphere_c::mSphere_c ( const mVec3_c & center,
float radius )
inline

Definition at line 9 of file m_sphere.hpp.

Member Function Documentation

◆ set()

void mSphere_c::set ( const mVec3_c & center,
float radius )
inline

Definition at line 11 of file m_sphere.hpp.

◆ isZero()

bool mSphere_c::isZero ( )
inline

Definition at line 16 of file m_sphere.hpp.