/* Koch Curve */ #include<graphics.h> #include<stdlib.h> #include<stdio.h> #include<math.h> #define pi ...
Read More
Showing posts with label Curve. Show all posts
Showing posts with label Curve. Show all posts
Write a Program for Hilbert's Curve in C
/* Hilbert's Curve */ #include <iostream.h> #include <stdlib.h> #include <graphics.h> #include <math.h> ...
Read More
Write a Program for Bezier Curve in C
/* Bezier Curve */ #include<stdio.h> #include<conio.h> #include<graphics.h> int x,y,z; int C(int n,int j); floa...
Read More
Subscribe to:
Posts (Atom)