B-spline: Difference between revisions

Content added Content deleted
(Added Wren)
(Added closing lang tag to Julia example.)
Line 35: Line 35:
(208, 254), (241, 330), (164,252), (69, 278), (139, 208), (72, 148), (168, 172)])
(208, 254), (241, 330), (164,252), (69, 278), (139, 208), (72, 148), (168, 172)])
plt = plot(map(a -> a.x, controlpoints), map(a -> a.y, controlpoints))
plt = plot(map(a -> a.x, controlpoints), map(a -> a.y, controlpoints))
savefig(plt, "BSplineplot.png")
savefig(plt, "BSplineplot.png")</lang>


=={{header|Wren}}==
=={{header|Wren}}==