Pelles C forum

C language => Tips & tricks => Topic started by: TimoVJL on March 16, 2018, 11:28:43 AM

Title: Small PolyBezier() example
Post by: TimoVJL on March 16, 2018, 11:28:43 AM
This example show a graph using PolyBezier() function.
ScalePoints() function creates control points.
PlotScalePoints() show data and control points as a rectangle and a small circle.
An integer data is in static array, 4 points in an example.
Title: Re: Small PolyBezier() example
Post by: frankie on March 16, 2018, 01:33:49 PM
Nice  :D