|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| virtual void | init (const JMapInfoIter &) |
| virtual bool | isInVolume (const TVec3f &) const |
| void | calcPos (TVec3f *) const |
| void | calcCenterPos (TVec3f *) const |
| void | calcUpVec (TVec3f *) const |
| void | calcDir (const TVec3f &) |
Public Attributes | |
| TVec3f | mTranslation |
| TVec3f | mRotation |
| f32 | _20 |
| f32 | _24 |
Public Attributes inherited from AreaForm | |
| TPos3f * | _4 |
Definition at line 66 of file AreaForm.hpp.
| AreaFormCylinder::AreaFormCylinder | ( | ) |
Definition at line 231 of file AreaForm.cpp.
|
virtual |
Reimplemented from AreaForm.
Definition at line 329 of file AreaForm.cpp.
|
virtual |
Reimplemented from AreaForm.
Definition at line 270 of file AreaForm.cpp.
| void AreaFormCylinder::calcPos | ( | TVec3f * | pPos | ) | const |
Definition at line 243 of file AreaForm.cpp.
| void AreaFormCylinder::calcCenterPos | ( | TVec3f * | pCenterPos | ) | const |
Definition at line 252 of file AreaForm.cpp.
| void AreaFormCylinder::calcUpVec | ( | TVec3f * | pUpVec | ) | const |
Definition at line 260 of file AreaForm.cpp.
| void AreaFormCylinder::calcDir | ( | const TVec3f & | a1 | ) |
Definition at line 294 of file AreaForm.cpp.
| TVec3f AreaFormCylinder::mTranslation |
Definition at line 78 of file AreaForm.hpp.
| TVec3f AreaFormCylinder::mRotation |
Definition at line 79 of file AreaForm.hpp.
| f32 AreaFormCylinder::_20 |
Definition at line 80 of file AreaForm.hpp.
| f32 AreaFormCylinder::_24 |
Definition at line 81 of file AreaForm.hpp.