1. NodeBox 1
    1. Homepage
    2. NodeBox 3Node-based app for generative design and data visualization
    3. NodeBox OpenGLHardware-accelerated cross-platform graphics library
    4. NodeBox 1Generate 2D visuals using Python code (Mac OS X only)
  2. Gallery
  3. Documentation
  4. Forum
  5. Blog

Spline?

Posted by Morten on Sep 08, 2010

If 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?


 
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

findpath() will give you a bezier path from a set of points:

http://nodebox.net/code/index.php/Reference_|_findpath()