Yet another Bezier curve implementation – 3D printable model from Thingiverse Thingiverse

Yet another Bezier curve implementation

by j12t
2 Downloads
1 Likes
0 Makes
Download Model
There are many Bezier curve implementations out there, but somehow they all think differently from the way I do. This one thinks the way I do when I create a design:

* I have a sequence of points, and I'd like to connect them with "something curvy".
* So in the first iteration, I specify that sequence of points my curve is supposed to go through, like this:

```
polygon( bezier_curve_seq(
[ [ 0, 0 ], [ 10, 0 ], [ 10, 10 ], ...
))
```
and I render it in OpenSCAD,
Source
Thingiverse
Comments
0
Makes
0

Makes

Rating

Noch keine Ratingen

Comments

No comments yet – be the first!
All Thingiverse Models More by j12t

Similar Models

6 Suggestions

Add to Collection