Skip to content

mhassanpour/cubic-polynomial-interpolation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cubic polynomial interpolation

Suppose we want to interpolate between (n) control point with known slope and known time. in this case we have (n-1) curves in which, each pair of control points represents one segment of the curve and each curve segment is a cubic polynomial with its own coefficients.

This code calculate coefficients of each curves and interpolate according to time.

For example you can use main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages