Drag around the points and press space to generate your bezier curve!
HOW IT WORKS Variables: t: t d-ab: distance from "a" to "b" d-bc: distance from "b" to "c" 1x: x-pos of "1" 1y: y-pos of "1" 2x: x-pos of "2" 2y: y-pos of "2" The purple are the lines between "1" and "2". The blue markers are "1" and "2". How It Works: As "t" goes from 0 to 1: Find the point ("t" * distance from "a" to "b") away from point "a" and ("t" * distance from "b" to "c") away from point "b". Connect them and find the point ("t" * distance from "1" to "2").