Mercurial > hg > old > magoroku_racing
annotate quotanion.h @ 153:0a375e9c4288 gongo tip
close
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 30 Jul 2011 14:45:21 +0900 |
parents | cb6c6de125dc |
children |
rev | line source |
---|---|
91 | 1 #ifndef QUOTANION_H |
2 #define QUOTANION_H | |
90
8edae89a3877
compile on Mac OS X
Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
3 |
91 | 4 #include "libps2.h" |
5 | |
6 extern void quotanion(FVECTOR q, FVECTOR axis, float angle); | |
7 extern void quotanion_rotmatrix(FMATRIX rot, FVECTOR q); | |
0 | 8 extern float degree2radian(float digree); |
9 | |
90
8edae89a3877
compile on Mac OS X
Atuto SHIROMA <e095729@ie.u-ryukyu.ac.jp>
parents:
0
diff
changeset
|
10 #endif |