Skip to content

Instantly share code, notes, and snippets.

@cipher982
Created February 16, 2018 02:39
Show Gist options
  • Save cipher982/fbc59659d8b9aea0c26024edaf90998a to your computer and use it in GitHub Desktop.
Save cipher982/fbc59659d8b9aea0c26024edaf90998a to your computer and use it in GitHub Desktop.
// create a spline
tk::spline s;
// set (x,y) points to the spline
s.set_points(ptsx, ptsy);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment