Skip to content

thetechdog/CubicSplinePyCalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

CubicSplinePyCalc

A cubic spline calculator in Python 3
Features:

  • Calculate natural and clamped cubic splines, using data from file or custom coefficients for the 3rd grade polynomial
  • Read and write NPZ files
  • Create NPZ file from custom data or from existing text file
  • Draw and interact with the spline
  • Export a GIF showcasing the spline's construction step by step

Licensed under the LGPL
Copyright Andrei Ionel 2024