Mercurial > hg > Game > Cerium
annotate old/simple_render/sys.h @ 639:91d03774c407 draft
fix
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 19 Nov 2009 18:45:24 +0900 |
parents | 3bc98f6d31ff |
children |
rev | line source |
---|---|
26 | 1 void noMoreMemory(); |
2 void get_matrix(float *matrix, float *rxyz, float *txyz, float *stack); | |
3 void rotate_x(float *xyz, float r); | |
4 void rotate_y(float *xyz, float r); | |
5 void rotate_z(float *xyz, float r); | |
6 //void rotate(float *xyz, float *matrix, float *rxyz, float *txyz, float *stack[]); | |
7 void rotate(float *xyz, float *matrix); | |
8 void translate(float *xyz, float x, float y, float z); |