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

Public Member Functions

 ClipAreaShapeBox (s32)
 
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
 
s32 _C
 
- Public Attributes inherited from ClipAreaShape
J3DModelData * mModelData
 

Detailed Description

Definition at line 40 of file ClipAreaShape.hpp.

Member Function Documentation

◆ isInArea()

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

Reimplemented from ClipAreaShape.

◆ calcVolumeMatrix()

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

Reimplemented from ClipAreaShape.

Member Data Documentation

◆ mRadius

f32 ClipAreaShapeBox::mRadius

Definition at line 47 of file ClipAreaShape.hpp.

◆ _C

s32 ClipAreaShapeBox::_C

Definition at line 48 of file ClipAreaShape.hpp.