mirror of
https://github.com/zeldaret/tp
synced 2026-07-11 07:25:22 -04:00
d_jnt_col OK (#2180)
This commit is contained in:
@@ -10,7 +10,7 @@ class fopAc_ac_c;
|
||||
class dJntColData_c {
|
||||
public:
|
||||
/* 0x0 */ u8 field_0x0;
|
||||
/* 0x1 */ s8 mType;
|
||||
/* 0x1 */ u8 mType;
|
||||
/* 0x2 */ s16 mJntNum;
|
||||
/* 0x4 */ f32 field_0x4;
|
||||
/* 0x8 */ Vec* field_0x8;
|
||||
@@ -21,7 +21,7 @@ public:
|
||||
/* 80035C8C */ dJntCol_c();
|
||||
/* 80035CA0 */ int init(fopAc_ac_c*, dJntColData_c const*, J3DModel*, int);
|
||||
/* 80035CC8 */ static void setNowLine(cM3dGLin*, cXyz const*, csXyz const*, cXyz*);
|
||||
/* 80035DC8 */ void searchNearPos(cM3dGLin const*, cXyz const*, cXyz*, int) const;
|
||||
/* 80035DC8 */ int searchNearPos(cM3dGLin const*, cXyz const*, cXyz*, int) const;
|
||||
/* 80036AEC */ int getArrowOffsetPosAndAngle(cXyz const*, csXyz const*, cXyz*, cXyz*) const;
|
||||
/* 80036C44 */ int getHitmarkPosAndAngle(cXyz const*, csXyz const*, cXyz*, csXyz*, int) const;
|
||||
/* 80036FA8 */ void setArrowPosAndAngle(cXyz const*, cXyz const*, int, cXyz*, csXyz*);
|
||||
|
||||
Reference in New Issue
Block a user