POV-Ray : Newsgroups : povray.binaries.images : Sphere Sweep 1.2 Quadratic spline question Server Time
28 Mar 2024 06:55:42 EDT (-0400)
  Sphere Sweep 1.2 Quadratic spline question (Message 1 to 1 of 1)  
From: Cousin Ricky
Subject: Sphere Sweep 1.2 Quadratic spline question
Date: 8 Sep 2020 03:09:22
Message: <5f572e22$1@news.povray.org>
The red curve is a cubic Bézier using
   { P1, P2, P2, P3 }

The green curve is a cubic Bézier using
   { P1, P2 * 2/3 + P1 / 3, P2 * 2/3 + P3 / 3, P3 }

The blue curve is an actual quadratic Bézier using
   { P1, P2, P3 }


Post a reply to this message


Attachments:
Download 'bezier_order.png' (38 KB)

Preview of image 'bezier_order.png'
bezier_order.png


 

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