Skip to content

JamesBremner/raven-cSpline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raven-cSpline

A 2D cubic spline class. Calculates the coefficients of the spline curves through some points. Calculates Y value for an arbitrary X point. Calls a user provided function to draw the spline curves.

The spline curve through the points

0, 100
1, 50
2, -100
3, 50
4, 200

Spline Curve

The above plot was drawn using raven::cSpline in the spline demo of https://github.com/JamesBremner/nanaplot

raven::cSpline Class documentation

About

A 2D cubic spline class

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages