mirror of
https://github.com/clockworkpi/DevTerm.git
synced 2026-03-20 10:52:45 +01:00
add demo volume code
This commit is contained in:
15
demo/volume/include/transform.h
Normal file
15
demo/volume/include/transform.h
Normal file
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* ALGO : PROJ. : Volume
|
||||
* RESEARCH : File : transform.h
|
||||
* : Date : 20100531.0725UTC
|
||||
* : Email : mail@algoresearch.net
|
||||
*/
|
||||
|
||||
#include <math.h>
|
||||
|
||||
typedef struct{
|
||||
float x, y, z;
|
||||
int v;
|
||||
}VERTEX;
|
||||
|
||||
void rotate_xy(VERTEX*, VERTEX*, float, float, VERTEX*);
|
||||
Reference in New Issue
Block a user