kayserifserif / bezier

Uses de Casteljau's algorithm to evaluate Bézier curves. Given three control points, the program constructs a quadratic Bézier curve.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bezier

Uses de Casteljau's algorithm to evaluate Bézier curves. Given three control points, the program constructs a quadratic Bézier curve.

Dependencies

Screenshot

Screenshot

Features

  • Randomise placement of control points
  • Show/hide anchor points and lines
  • Manipulate t parameter to follow construction of curve
  • Drag control points to update curve

About

Uses de Casteljau's algorithm to evaluate Bézier curves. Given three control points, the program constructs a quadratic Bézier curve.

License:MIT License


Languages

Language:Processing 100.0%