mtxquat fixes
This commit is contained in:
parent
5bfbe7814b
commit
5877067872
2 changed files with 12 additions and 2 deletions
|
|
@ -1,5 +1,9 @@
|
|||
#include "dolphin/mtx.h"
|
||||
#include "math.h"
|
||||
|
||||
float acosf(float x);
|
||||
|
||||
float sinf(float x);
|
||||
float cosf(float x);
|
||||
|
||||
void PSQUATMultiply(register const Quaternion *a, register const Quaternion *b, register Quaternion *ab)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue