-
Visualize Curve: Visualize Bezier Curve
-
Show Steps: Animate the generating process of the iterations
-
Algorithm: Switch between algorithm. Brute Force Formulated is simple for loops but with complex math (combination, sum, power, etc.). Brute Force is for loops with simple math (lerp function).
-
Dynamic Update: Auto calculate curve when dragging the points
-
Result Coordinate: Show/Hide each position of the resuling points of the bezier curve
-
Input Lines: Show/Hide lines connected from input to input
-
Interactive Dragable points
-
Scroll to zoom and drag with mouse to navigate the view
-
Step Duration: duration of animation for each step
-
Step Delay: Duration to wait before starting the next step. Try setting this to 0.01, really cool!
-
Iterations: The bigger the iterations, the smoother the curve
-
Points: 3 points = Quadratic Curve, 4 points = Cubic Curve, etc.