/* 3D Translation */ #include<stdio.h> #include<conio.h> #include<graphics.h> #include<math.h> int maxx,m...
Read More
Showing posts with label 3D. Show all posts
Showing posts with label 3D. Show all posts
Write a Program for 3D Scaling in C
/* 3D Scaling */ #include<stdio.h> #include<conio.h> #include<graphics.h> #include<math.h> int maxx,maxy,m...
Read More
Write a Program for 3D Rotation in C
/* 3D Rotation */ #include<stdio.h> #include<conio.h> #include<graphics.h> #include<math.h> int maxx,maxy,mi...
Read More
Subscribe to:
Posts (Atom)