Skip to content

Commit

Permalink
Lol
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaMKW committed Jun 5, 2024
1 parent 5d74f56 commit 0d06746
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/JSystem/J3D/J3DTransform.hxx
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#include <Dolphin/types.h>

struct J3DTransformInfo {
f32 tx;
f32 ty;
f32 tz;
s16 rx;
s16 ry;
s16 rz;
f32 sx;
f32 sy;
f32 sz;
s16 rx;
s16 ry;
s16 rz;
f32 tx;
f32 ty;
f32 tz;
};

void J3DGetTranslateRotateMtx(s16 rx, s16 ry, s16 rz, f32 tx, f32 ty, f32 tz, Mtx out);
Expand Down

0 comments on commit 0d06746

Please sign in to comment.