POV-Ray : Newsgroups : povray.general : How to use a bezier curve in cubic_spline? : Re: How to use a bezier curve in cubic_spline? Server Time
23 Apr 2024 12:47:50 EDT (-0400)
  Re: How to use a bezier curve in cubic_spline?  
From: Kima
Date: 1 Feb 2020 09:55:00
Message: <web.5e359126c348e93eecc0fada0@news.povray.org>
The link was very handy, and I had not come across it before. Thanks, it helped
a lot.
>
> all Bezier splines are cubic splines, but not
> all cubic splines are Bezier splines.
>

Doesn't this mean that we can use a set of Bezier points as a cubic_spline?
>
> Given your code, I don't exactly know what that means.
>

The bezier points create a perfect semi-circle. But, the above cubic_spline does
not because I gave the values (-0.25, 0, 1, 1.25) randomly.

My question is: how to find these values (-0.25, 0, 1, 1.25) according to the
given bezier points?


Post a reply to this message

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