Skip to content

ahujas7/BezierCurveQuadratic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

BezierCurveQuadratic

This Bézier Curve model creates a parabolic curve with three control points: P0, P1, and P2, respectively. The points may be translated across the screen and the curve will be manipulated accordingly.

The curve begins at point P0 and ends at point P2. This is specific to a Bézier Curve of second order (n = 2). In general, the curve always begins at P0 and ends at Pn. The remaining points in between behave as 'magnets', pulling the curve towards them.

Check out some images at: https://www.sites.google.com/view/sakshamahuja/projects/b%C3%A9zier-curve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages