|
SMG-Decomp
A decompilation of Super Mario Galaxy 1
|
Public Member Functions | |
| IKJointCtrlHolder (LiveActor *, u32) | |
| void | addCtrl (const IKJointCtrlParam &) |
| void | setEndPosition (const char *, const TVec3f &, f32) |
| void | setEndDirection (const char *, const TVec3f &, f32) |
| void | startUpdate () |
| void | endUpdate () |
| void | endCtrlAll () |
| void | setCallBackFunction () |
| IKJointCtrl * | findIKJointCtrl (const char *) |
Public Attributes | |
| IKJointCtrl ** | mControls |
| s32 | mNumControls |
| s32 | _8 |
| LiveActor * | mActor |
| u8 | _10 |
Definition at line 59 of file IKJointCtrl.hpp.
| IKJointCtrlHolder::IKJointCtrlHolder | ( | LiveActor * | pActor, |
| u32 | count ) |
Definition at line 54 of file IKJointCtrl.cpp.
| void IKJointCtrlHolder::addCtrl | ( | const IKJointCtrlParam & | rParam | ) |
Definition at line 64 of file IKJointCtrl.cpp.
| void IKJointCtrlHolder::setEndPosition | ( | const char * | pName, |
| const TVec3f & | rPos, | ||
| f32 | a3 ) |
Definition at line 74 of file IKJointCtrl.cpp.
| void IKJointCtrlHolder::setEndDirection | ( | const char * | pName, |
| const TVec3f & | rDirection, | ||
| f32 | a3 ) |
Definition at line 78 of file IKJointCtrl.cpp.
| IKJointCtrl * IKJointCtrlHolder::findIKJointCtrl | ( | const char * | pName | ) |
Definition at line 90 of file IKJointCtrl.cpp.
| IKJointCtrl** IKJointCtrlHolder::mControls |
Definition at line 75 of file IKJointCtrl.hpp.
| s32 IKJointCtrlHolder::mNumControls |
Definition at line 76 of file IKJointCtrl.hpp.
| s32 IKJointCtrlHolder::_8 |
Definition at line 77 of file IKJointCtrl.hpp.
| LiveActor* IKJointCtrlHolder::mActor |
Definition at line 78 of file IKJointCtrl.hpp.
| u8 IKJointCtrlHolder::_10 |
Definition at line 79 of file IKJointCtrl.hpp.