Skip to content

Collection of Smoothstep spline functions up to the 101st order.

Notifications You must be signed in to change notification settings

gabrii/Smoothsteps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smoothsteps

This repository holds a collection of smootstep functions up to the 101st order equation. The 7th order equation was the last one published before these, by Kyle McDonald back in 2015. This ones have been generated with the following technologies:

  • Pyhton2.7.
  • Sympy for solving the equation system.
  • NumPy for matrix operations.
  • Matplotlib for plotting (Even though the plotting starts to overflow at 35th order, the equations remain valid).

Disclaimer: Generator.py is the program that generates the program that calculates everything for a given order polynomial, this is bad design and should not be taken as a reference.

About

Collection of Smoothstep spline functions up to the 101st order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages