annotate old/simple_pack/sys.h @ 639:70c5c2d2eb24

fix
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 19 Nov 2009 18:45:24 +0900
parents 735f76483bb2
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
53
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
1 void noMoreMemory();
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
2 void get_matrix(float *matrix, float *rxyz, float *txyz, float *stack);
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
3 void rotate_x(float *xyz, float r);
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
4 void rotate_y(float *xyz, float r);
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
5 void rotate_z(float *xyz, float r);
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
6 //void rotate(float *xyz, float *matrix, float *rxyz, float *txyz, float *stack[]);
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
7 void rotate(float *xyz, float *matrix);
0c8ae614d421 Initial revision
chiaki
parents:
diff changeset
8 void translate(float *xyz, float x, float y, float z);