SMG-Decomp
A decompilation of Super Mario Galaxy 1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
ClipAreaShapeSphere Class Reference
Inheritance diagram for ClipAreaShapeSphere:
ClipAreaShape

Public Member Functions

virtual bool isInArea (const TVec3f &) const
 
virtual void calcVolumeMatrix (TPos3f *, const TPos3f &, const TVec3f &) const
 
- Public Member Functions inherited from ClipAreaShape
 ClipAreaShape (const char *)
 
bool isInArea (const TVec3f &, f32, const TPos3f &, const TVec3f &) const
 
void drawVolumeShape (const TPos3f &, const TVec3f &) const
 

Public Attributes

f32 mRadius
 
- Public Attributes inherited from ClipAreaShape
J3DModelData * mModelData
 

Detailed Description

Definition at line 30 of file ClipAreaShape.hpp.

Member Function Documentation

◆ isInArea()

bool ClipAreaShapeSphere::isInArea ( const TVec3f & ) const
virtual

Reimplemented from ClipAreaShape.

Definition at line 39 of file ClipAreaShape.cpp.

◆ calcVolumeMatrix()

virtual void ClipAreaShapeSphere::calcVolumeMatrix ( TPos3f * ,
const TPos3f & ,
const TVec3f &  ) const
virtual

Reimplemented from ClipAreaShape.

Member Data Documentation

◆ mRadius

f32 ClipAreaShapeSphere::mRadius

Definition at line 37 of file ClipAreaShape.hpp.