annotate TaskManager/Test/test_render/sys.h @ 131:805d27efafd8

fix
author gongo@charles.cr.ie.u-ryukyu.ac.jp
date Tue, 25 Nov 2008 17:24:18 +0900
parents 5c194c71eca8
children dee3b5092a70
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 void noMoreMemory();
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2 void get_matrix(float *matrix, float *rxyz, float *txyz, float *stack);
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
3 void rotate_x(float *xyz, float r);
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
4 void rotate_y(float *xyz, float r);
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
5 void rotate_z(float *xyz, float r);
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6 //void rotate(float *xyz, float *matrix, float *rxyz, float *txyz, float *stack[]);
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
7 void rotate(float *xyz, float *matrix);
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
8 void translate(float *xyz, float x, float y, float z);