Skip to content

Latest commit

 

History

History

cubic_hermite

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Cubic Hermite Spline

Description

  • Do Cubic Hermite Spline using following slope selection methods.
    • Akima (1970)
    • Quadratic Interpolation

Build Process

# Build
cargo build --release

# Run
cargo run --release

Result

Result

Reference

  • Gary D. Knott, Interpolating Cubic Splines, Birkhäuser Boston, MA (2000).