POV-Ray : Newsgroups : povray.newusers : placing objects at intersections? : Re: placing objects at intersections? Server Time
4 Sep 2024 22:19:23 EDT (-0400)
  Re: placing objects at intersections?  
From: Tony LaVigne
Date: 29 Jul 2002 01:56:01
Message: <web.3d44d8741b88da9b88d4e3910@news.povray.org>
Dawn McKnight wrote:
>>   Unfortunately, I don't think there is any easy solution for the general
>> case.
>
>Maybe someone can help me with my math, then.
>
>I have a sphere scaled to <40, 54, 9.2>.  I wanted to place a row of
>holes along a parabolic surface that would match the curve of the elipse
>in the XY plane.
>
>I came up with f(x) = 0.04909(27.5-x)^2+37.125, which produces a
>parabola that matches the x and y intercepts, but the sides are too flat.
>
>I think if I could find a point that wasn't an intercept, I could come
>up with a better parabolic model, but I don't know how to do that, short
>of (extensive) trail and error.
>
>Suggestions?  Anyone?
>


Dawn,
Where did you derive your f(x)  equation from?

Is the general equation for this sphere
1= (  (x-Xo)/40  )^2 + ( (y-Yo)/54  )^2  +( (z-Zo)/9.2 )^2   where
(Xo,Yo,Zo) is the center of the sphere?
I tested this equation against a scaled sphere you cited and it
seemed to work.

If so, and if the center of the sphere is (0,0,0) and your XY plane is at
z=0, then the equation might boil down to

y= f(x) = sqrt{ [1-(x/40)^2] / [54^2]  }

Hope this helps,
Sorry if I misinterpreted something
Tony

ton### [at] xenomechanicscom


Post a reply to this message

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