yesbird <sya### [at] gmailcom> wrote:
> Oh, what a beauty ! Reminds me Escher works ...
> How did you produced them ?
https://halirutan.de/programming/line-patterns/
https://mathematica.stackexchange.com/questions/110848/is-it-possible-to-draw-this-figure-using-mathematica/111642#1116
42
https://mathematica.stackexchange.com/questions/177209/drawing-the-pursuit-curves
Looks like it's very similar to the way De Casteljau's algorithm works for
drawing Bezier splines. You just interpolate along the edges - but each new
inner edge replaces the outer one.
I use VertexArray [mod (Index, Sides)] to cycle through my array and stay "in
bounds".
- BW
Post a reply to this message
|