Search This Blog

Showing posts with label bezier. Show all posts
Showing posts with label bezier. Show all posts

C Program to Draw Malayalam Letter 'Tha' (ത) Using Bezier Curves

This is a c program to draw malayalam letter ത using Bezier Curves. The program draws the letter
drawing bezier curves in c program
ത using bezier curves
ത using four different Bezier curves. For understandability, individual curves are shown in different colors. The control points for each curve are set in the program and a function bezier() is called wth different set of control points four times.