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

Description

Definition at line 7 of file m_sphere.hpp.

Public Member Functions

bool isZero ()
 

Public Attributes

mVec3_c mPos
 The sphere position.
 
float mRadius
 The sphere radius.
 

Constructor & Destructor Documentation

◆ mSphere_c()

mSphere_c::mSphere_c ( )
inline

Definition at line 9 of file m_sphere.hpp.

Member Function Documentation

◆ isZero()

bool mSphere_c::isZero ( )
inline

Definition at line 11 of file m_sphere.hpp.

Member Data Documentation

◆ mPos

mVec3_c mSphere_c::mPos

The sphere position.

Definition at line 13 of file m_sphere.hpp.

◆ mRadius

float mSphere_c::mRadius

The sphere radius.

Definition at line 14 of file m_sphere.hpp.