Curves or fractals and using C++ implemented Koch, snowflake and Hilbert curve
a) Write C++ program to generate snowflake using concept of fractals.
OR
b) Write C++ program to generate Hilbert curve using concept of fractals.
OR
c) Write C++ program to generate fractal patterns by using Kochcurves.
Program Code -
#include
#include
Output -
|
Snowflake by koch curve
|
|
Koch curve |
|
Hilbert curve |
0 Comments