Sujet : Re: improve a spline
De : saitology9 (at) *nospam* gmail.com (saito)
Groupes : comp.lang.tclDate : 13. Jun 2025, 18:46:20
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <102ho5e$3iplm$2@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 6/13/2025 9:19 AM, Emiliano wrote:
See the "-smooth raw" option. With this option you can define the spline
control points. In the following code, circles are knot points (coordinate
pairs 0, 3, 6 ...) and the squares are control points (coordinate pairs 1, 2,
4, 5 ...). Try moving the points around.
Thanks for the code! Very interesting. I have to look at it in detail to understand what is going on.