Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 528 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 528 Bytes

Bezier_Curve

A website to simulate properties of bezier curves.

Features creation of up to 20 curves and analysis via De Casteljau's Algorithm, Bernstein Polynomial Form, and First Derivative (velocity) of the curve.

Upcoming features include the radius of curvature, bounding box, and arc length parameterization of the bezier curve.

Inspiration taken from "The Beauty of Bézier Curves": https://www.youtube.com/watch?v=aVwxzDHniEw

Some code ideas used from https://www.joshwcomeau.com/animation/dynamic-bezier-curves/.