Bitmap/Bézier curves/Cubic: Difference between revisions

m
Line 358:
 
SUB BesierCube(x1, y1, x2, y2, x3, y3, x4, y4, n)
TYPE COORDSPOINTAPI
x AS INTEGER
y AS INTEGER
END TYPE
DIM t, t1, a, b, c, d, p[n] AS COORDSPOINTAPI
FOR DIM i = 0 TO n