顯示一個立方體的斜二測圖(用數組存放正方體的各頂點座標)

顯示一個立方體的斜二測圖(用數組存放正方體的各頂點座標) 代碼已經過編譯,可直接使用。 #include<graphics.h> #include<stdio.h> #include<math.h> float t=0.5,b; //斜二測 void twoxiece(float *p){ int i,q[24],j=0; float x,y,z; for(i=0;i<24;i=i+3)
相關文章
相關標籤/搜索