Search found 5 matches
- Thu Dec 31, 2015 5:33 pm
- Forum: Inkscape Ideas
- Topic: Parameterized Quadratic Conformal Mappings
- Replies: 1
- Views: 2576
Parameterized Quadratic Conformal Mappings
I developed this math I thought would be cool to have in inkscape... Stuff like text along a quadratic curve and the cage transform are special cases of this more general formula... http://benpaulthurstonblog.blogspot.com/2015/12/parameterized-quadratic-conformal.html
- Thu Jul 18, 2013 12:12 am
- Forum: Inkscape Ideas
- Topic: An algorithm to draw smooth curves I made
- Replies: 5
- Views: 11097
Re: An algorithm to draw smooth curves I made
Oh, ok I guess I was thinking it didn't show the url in the preview so I thought I was doing it wrong... Someone also pointed out the red dots in my drawing don't quite match up that's because I was manually drawing the dots, but for example 520,20 is a point given in the program and it is on the cu...
- Wed Jul 17, 2013 5:21 pm
- Forum: Inkscape Ideas
- Topic: An algorithm to draw smooth curves I made
- Replies: 5
- Views: 11097
Re: An algorithm to draw smooth curves I made
You were right about the endpoints, the first and last affect the curve a little but can be put whereever.
http://benpaulthurstonblog.blogspot.com/2013/07/smooth-curve-generator-implemented-in.html
http://benpaulthurstonblog.blogspot.com/2013/07/smooth-curve-generator-implemented-in.html
- Wed Jul 17, 2013 5:19 pm
- Forum: Inkscape Ideas
- Topic: An algorithm to draw smooth curves I made
- Replies: 5
- Views: 11097
Re: An algorithm to draw smooth curves I made
No, I think I explained it better on the next page of the blog along with source code in python... http://benpaulthurstonblog.blogspot.com/2013/07/smooth-curve-generator-implemented-in.html also could someone explain how the url thing is supposed to work I can only get it to preview right some of th...
- Sun Jul 14, 2013 5:58 pm
- Forum: Inkscape Ideas
- Topic: An algorithm to draw smooth curves I made
- Replies: 5
- Views: 11097
An algorithm to draw smooth curves I made
I thought of this algorithm to allow someone to draw a series of points and the computer would draw a smooth curve through them. It's different than bezier curves or polynomial interpolation and I think better than both. I explained it on my blog, I don't know if I'm going to try and publish a math ...