POV-Ray : Newsgroups : povray.binaries.images : Malfatti Circles Server Time
27 Apr 2024 04:27:01 EDT (-0400)
  Malfatti Circles (Message 1 to 4 of 4)  
From: Bald Eagle
Subject: Malfatti Circles
Date: 2 Dec 2023 21:40:00
Message: <web.656be9bb53be5c331f9dae3025979125@news.povray.org>
For any triangle, one can find 3 circles that are all tangent to 2 sides of the
triangle and the 2 other circles.

Crazy stuff.  :)


Post a reply to this message


Attachments:
Download 'malfatticircles.png' (146 KB)

Preview of image 'malfatticircles.png'
malfatticircles.png


 

From: kurtz le pirate
Subject: Re: Malfatti Circles
Date: 4 Dec 2023 10:33:44
Message: <656df158$1@news.povray.org>
On 03/12/2023 03:36, Bald Eagle wrote:
> For any triangle, one can find 3 circles that are all tangent to 2 sides of the
> triangle and the 2 other circles.
> 
> Crazy stuff.  :)
> 

Malfatti circles !!!
Complicated but very interesting problem ...



-- 
Kurtz le pirate
Compagnie de la Banquise


Post a reply to this message

From: Bald Eagle
Subject: Re: Malfatti Circles
Date: 4 Dec 2023 14:20:00
Message: <web.656e2589b5e5f58f1f9dae3025979125@news.povray.org>
kurtz le pirate <kur### [at] gmailcom> wrote:

> Malfatti circles !!!
> Complicated but very interesting problem ...

Yeah - while working on the Japanese kumiko triangles, I ran across some
related/linked work from an artist:

https://www.flickr.com/photos/quasimondo/

Then I just recently, and randomly, stumbled across Stephane Laurent's work, who
has apparently been doing some amazing work in POV-Ray, R, Python, JS3, and
Asymptote.
https://www.youtube.com/@stla3716/videos
https://www.r-bloggers.com/

With the way links and references get lost, and search results evaporate, I
needed to grab it while it was there and port it to POV-Ray before it
disappeared.
Porting from R was only minorly confusing in a few places, and of course, I had
a typo in my code, which was driving me nuts, and the circle centers (the part
that has been holding me back from coding it myself) are located with ....
trilinear coordinates!  I started having flashbacks.

It would be nice to figure out how to translate it all into functions so that it
could be applied to the triangular pigment patterns....

- BW


Post a reply to this message

From: kurtz le pirate
Subject: Re: Malfatti Circles
Date: 8 Dec 2023 08:55:59
Message: <6573206f$1@news.povray.org>
On 04/12/2023 20:16, Bald Eagle wrote:
> kurtz le pirate <kur### [at] gmailcom> wrote:
> 
>> Malfatti circles !!!
>> Complicated but very interesting problem ...
> 
> Yeah - while working on the Japanese kumiko triangles, I ran across some
> related/linked work from an artist:
> 
> https://www.flickr.com/photos/quasimondo/
> 
> Then I just recently, and randomly, stumbled across Stephane Laurent's work, who
> has apparently been doing some amazing work in POV-Ray, R, Python, JS3, and
> Asymptote.
> https://www.youtube.com/@stla3716/videos
> https://www.r-bloggers.com/
> 
> With the way links and references get lost, and search results evaporate, I
> needed to grab it while it was there and port it to POV-Ray before it
> disappeared.
> Porting from R was only minorly confusing in a few places, and of course, I had
> a typo in my code, which was driving me nuts, and the circle centers (the part
> that has been holding me back from coding it myself) are located with ....
> trilinear coordinates!  I started having flashbacks.
> 
> It would be nice to figure out how to translate it all into functions so that it
> could be applied to the triangular pigment patterns....
> 
> - BW
> 

Hi,

With a few head-scratchers. I used my "basic" method and classic
geometry : normals, parallels, intersections ...

Still some debugging to do to find right parallels : uppper ou lower the
line.


I don't think it's possible to turn them into functions that can be used
as reasons for completing the plan. But who knows ?




ps : yes, trilinear coordinates is a nightmare ;)

-- 
Kurtz le pirate
Compagnie de la Banquise


Post a reply to this message


Attachments:
Download 'malfatti2.png' (34 KB)

Preview of image 'malfatti2.png'
malfatti2.png


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.