15 Aug 22:41
bezier splines from given control points (2D)
From: Sebastian Haase <haase <at> msg.ucsf.edu>
Subject: bezier splines from given control points (2D)
Newsgroups: gmane.comp.python.scientific.user
Date: 2008-08-15 20:43:21 GMT
Subject: bezier splines from given control points (2D)
Newsgroups: gmane.comp.python.scientific.user
Date: 2008-08-15 20:43:21 GMT
Hi, I am looking for a way to calculate x,y-coordinates for a polygon interpolating a cubic or (better) a quadratic bezier spline. The bezier spline would be defined by known x,y coordinates of n control points. I found spline references both in scipy.interpolate and in scipy.signal. Which of the spline "stuff" in scipy in best suited for me ? Thanks for any help, Sebastian Haase
RSS Feed