Bezier Curve Generator
An academic project for the MAT500: Curves and Surfaces class at DigiPen Institute of Technology.
Created an application that generates Bezier Curves based on control points that places by the user.
The Curves are calculated using the following three methods:
Nested Linear Interpolation
Midpoint Subdivision