Engineering >> Computer Science & EngineeringConverting File Types Using Bezier Curvesby Timothy Hilsabeck
Submitted : Spring 2013 This report will detail a mathematical approach to solving simple, low-order Bézier Curves using de Casteljau’s Algorithm. This algorithm uses a series of line interpolations to approximate the curves using a weighted value, and a set of pre-defined control points. After using the algorithm for as many weight points as desired, this will ultimately allow for a representation of Bézier Curves as a series of interpolations both mathematically and visually.
|