POV-Ray : Newsgroups : povray.binaries.images : Lathe. Bezier_spline. Problem : Re: Lathe. Bezier_spline. Problem Server Time
26 May 2024 16:20:27 EDT (-0400)
  Re: Lathe. Bezier_spline. Problem  
From: Bald Eagle
Date: 2 May 2016 20:35:02
Message: <web.5727f2209e3d3d245e7df57c0@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> Am 02.05.2016 um 18:37 schrieb Bald Eagle:
> > I have always wondered what the big deal about negative values was, since once
> > it gets revolved 180 degrees, it's the positive value.
> >
> > Can the on-curve points simply be redefined to be positive?
> > on_curve[n] = abs(original_curve[n]) ?
> >
> > I could of course, be way off base with this.
>
> And indeed you are, as LanuHum correctly points out ;)
>
> Because this shape...:
>
>     A
>   + |\  /|
>   __| \/ |_____axis
>     | /\ |
>   - |/  \|
>          B
>
> ... is obviously completely different from this one:
>
>     A____B
>   + |    |
>   __|    |_____axis
>     |    |
>   - |____|

Oh, see - what I was thinking was that the WHOLE curve would be processed in
context, which would not lead to your second scenario, but to:

>     A    B
>   + |\  /|
>   __| \/ |_____axis

Which ought to give the same as your first scenario, no?


Post a reply to this message

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