Path: chuka.playstation.co.uk!news From: Lars Barstad Newsgroups: scee.yaroze.programming.3d_graphics Subject: Bézier curve example Date: Mon, 15 Jun 1998 08:56:52 +0200 Organization: PlayStation Net Yaroze (SCEE) Lines: 17 Message-ID: <3584C5B4.3B62C6DE@reptile.no> NNTP-Posting-Host: t2o212p48.telia.com Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Mailer: Mozilla 4.03 [en] (WinNT; I) I've uploaded a small Bézier curve example to my homepage. The program shows you how to: - calculate & draw Bézier curves - calculate curve length - move along the curve Even though the example shows a 2D curve, the calculations are 3D and ready for use. I'll be implementing de Casteljau's algorithm soon (thanks for pointing that out Nick, the algorithm wasn't in my calculus book :) Any comments are welcome. Lars