Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barafael/cubic-splinterpol

Bare metal cubic spline interpolation with Rust [no_std, const generics]
https://github.com/barafael/cubic-splinterpol

Last synced: 5 days ago
JSON representation

Bare metal cubic spline interpolation with Rust [no_std, const generics]

Awesome Lists containing this project

README

        

# cubic-splinterpol
Bare metal cubic spline interpolation with Rust [no\_std]

Given 2d points on the plane, calculate piecewise polynomials which connect
the points in a most smooth way.

There can be an arbitrary (const) number of points. Due to limitations in
num-trait or my coding abilities, only f32 coordinates are supported.

![spline.png](https://github.com/barafael/splinterpol-baremetal/blob/main/16-points.png)

![elephant.png](https://github.com/barafael/splinterpol-baremetal/blob/main/elephant.png)