Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 216 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 216 Bytes

Spline Generation

Generate some splines and curves to create paths between points.

Running Code

First execute g++ -std=c++11 -o paths.out paths.cpp vector.cpp. Then run the compiled output with ./paths.out.