view old/simple_render/sys.h @ 1009:c67379f9d411

not yet....
author yutaka@localhost.localdomain
date Thu, 28 Oct 2010 13:00:51 +0900
parents 735f76483bb2
children
line wrap: on
line source

void noMoreMemory();
void get_matrix(float *matrix, float *rxyz, float *txyz, float *stack);
void rotate_x(float *xyz, float r);
void rotate_y(float *xyz, float r);
void rotate_z(float *xyz, float r);
//void rotate(float *xyz, float *matrix, float *rxyz, float *txyz, float *stack[]);
void rotate(float *xyz, float *matrix);
void translate(float *xyz, float x, float y, float z);