9 void setRootBoneLength(f32);
10 void setMiddleBoneLength(f32);
11 void setFirstPose(
const TVec3f &,
const TVec3f &);
12 s32 checkReachIKTarget(f32, f32, f32);
13 f32 calcIKRootAngleCosign(f32, f32, f32);
15 void update(MtxPtr, MtxPtr, MtxPtr,
const TVec3f &);
21 f32 mMiddleBoneLength;