mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-09-08 23:50:43 +02:00
image regeneration and more path fixes
This commit is contained in:
@@ -987,8 +987,8 @@ function Bezier(3,t):
|
||||
an <i>n<sup>th</sup></i> order curve, w<sub>0</sub> is our start
|
||||
coordinate, w<sub>n</sub> is our last coordinate, and everything in
|
||||
between is a controlling coordinate. Say we want a cubic curve that
|
||||
starts at (120,160), is controlled by (35,200) and (220,260) and
|
||||
ends at (220,40), we use this Bézier curve:
|
||||
starts at (110,150), is controlled by (25,190) and (210,250) and
|
||||
ends at (210,30), we use this Bézier curve:
|
||||
</p>
|
||||
<img
|
||||
class="LaTeX SVG"
|
||||
|
Reference in New Issue
Block a user