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:

  • De-Casteljau algorithm or Nested Linear Interpolation (NLI)
  • Bernstein Polynomials (BB-Form)
  • Midpoint Subdivision
  • github Github Link to Project
  • Nested Linear Interpolation

    Midpoint Subdivision

    Bernstein polynomials