POV-Ray : Newsgroups : povray.general : Some simple geometric puzzles : Re: Some simple geometric puzzles Server Time
30 Jul 2024 08:27:44 EDT (-0400)
  Re: Some simple geometric puzzles  
From: Warp
Date: 9 Jun 2009 16:47:22
Message: <4a2eca5a@news.povray.org>
Reactor <rea### [at] hotmailcom> wrote:
>  sphere{ <0, rad*sqrt(8/3), 0>,  rad   } // top one

> // the other spheres are laid out as corners of an equilateral triangle.
> // all start at the +z distance away from the center of the triangle (the
> origin)
> // the spheres are then rotated into place
>  sphere{ <0, 0, rad*2/3*sqrt(3)>,  rad   rotate <0,   0,0> }
>  sphere{ <0, 0, rad*2/3*sqrt(3)>,  rad   rotate <0, 120,0> }
>  sphere{ <0, 0, rad*2/3*sqrt(3)>,  rad   rotate <0,-120,0> }

  Can you explain in more detail how you came up with those magical
formulae?

-- 
                                                          - Warp


Post a reply to this message

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