Files
tp/include/JSystem/JParticle/JPAMath.h
T

13 lines
383 B
C
Raw Normal View History

2021-03-28 22:49:05 +02:00
#ifndef JPAMATH_H
#define JPAMATH_H
2021-12-06 06:51:53 -05:00
#include "dolphin/mtx/mtx.h"
2022-12-19 11:06:32 -08:00
#include "JSystem/JGeometry.h"
2021-03-28 22:49:05 +02:00
2021-12-06 06:51:53 -05:00
void JPAGetXYZRotateMtx(s16 x, s16 y, s16 z, Mtx dst);
2022-12-19 11:06:32 -08:00
void JPASetRMtxTVecfromMtx(f32 const (*param_0)[4], f32 (*param_1)[4],
JGeometry::TVec3<f32>* param_2);
2023-07-24 01:30:24 +03:00
void JPACalcKeyAnmValue(f32 param_0, u16 param_1, f32 const* param_2);
2021-12-06 06:51:53 -05:00
2021-03-28 22:49:05 +02:00
#endif /* JPAMATH_H */