clojerl / doodler

Create drawings with code (heavily inspired in Clojure's Quil)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bezier related core functions

jfacorro opened this issue · comments

  • bezier - "Draws a Bezier curve on the screen"
  • bezier-detail - "Sets the resolution at which Beziers display"
  • bezier-point - "Evaluates the Bezier at point t for points a, b, c, d"
  • bezier-tangent - "Calculates the tangent of a point on a Bezier curve"
  • bezier-vertex - "Specifies vertex coordinates for Bezier curves"