Pomax / BezierInfo-2

The development repo for the Primer on Bézier curves, https://pomax.github.io/bezierinfo
https://pomax.github.io/bezierinfo
Other
2.29k stars 286 forks source link

&31 Creating a curve from three points #4 #307

Open Ming-in opened 3 years ago

Ming-in commented 3 years ago

When the y coordinate of Start is below the y coordinate of End, a strange curve will appear when point B passes through the extension line from End to Start

image

Pomax commented 3 years ago

Interesting, looks like it's even more pronounced with the points oriented as follows: I'll have a look at why it's not behaving properly.

image