if (do_name() != 'Home') : ?>
endif ?>
Posted by morten on Sep 08, 2010
like the 'Continous Spline Curves' from this: http://processing.org/learning/curves/
Posted by Mark M on Sep 09, 2010
include("util/comment.php"); ?>
findpath() will give you a bezier path from a set of points:
http://nodebox.net/code/index.php/Reference_|_findpath()
Spline?
Posted by Morten on Sep 08, 2010If I have a given array of points is it possible to connect those through a spline?
Like the Lineto function but just only with a curve line as a result instead?