1 / 23

Bézier Curves: Integrating Math, Arts and Technology

Bézier Curves: Integrating Math, Arts and Technology. Jomar F. Rabajante UPLB. Parametric Curves. Parametric Curves. Parametric Curves. Parametric Curves. Parametric Curves. Widely used in vector graphics and computer-aided designs Example of Parametric Curve: Bézier curve

kreeli
Download Presentation

Bézier Curves: Integrating Math, Arts and Technology

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Bézier Curves: Integrating Math, Arts and Technology Jomar F. Rabajante UPLB

  2. Parametric Curves

  3. Parametric Curves

  4. Parametric Curves

  5. Parametric Curves

  6. Parametric Curves • Widely used in vector graphics and computer-aided designs • Example of Parametric Curve: Béziercurve • Affine transformations on the curve can be done by just manipulating the “control points”

  7. Bézier Curves • Named after the French engineer Pierre Bézier of the Renault Automobile Company. • “Free form” curves • Suppose we are given a set of control/Bézier points:

  8. Bézier Curves • We can generate a curve using the parametric form (Bernstein representation): Familiar?

  9. Bézier Curves • For 3 points (Quadratic Bézier): Notice that if t=0 we get (x0,y0). If t=1 we get (x2,y2). As t takes on values between 0 & 1, a curve is traced but it may not pass through the central point.

  10. Source: Wikipedia

  11. Bézier Curves • For 4 points (Cubic Bézier):

  12. You can use MS Excel, GraphCalc or any graphing software…

  13. TO DO: The following control points are used: .

  14. Bézier Curves • The Bézier curve lies entirely inside the convex hull containing all the control points. Convex hull of a set of points is the smallest convex set that contains the points. A set is convexiff the line segment between any two points in the set lies entirely in the set. Examples of convex hull of four points:

  15. Bézier Curves • Some curves that seem simple, such as the circle, cannot be described exactly by a Bézier or piecewise Bézier curve; RATIONAL BEZIER curves can do this.

  16. de Casteljau’s Algorithm • Independently made by Paul de Faget de Casteljau to generate Bézier curves. • Uses barycenter coordinates. • Let’s use Geogebra

  17. Bézier Curves: Integrating Math, Arts and Technology Jomar F. Rabajante UPLB

More Related