10 releases

Uses old Rust 2015

0.3.0 Aug 26, 2023
0.2.0 Jan 17, 2019
0.1.0 May 28, 2015
0.0.6 May 25, 2015
0.0.1 Jan 21, 2015

#1208 in Graphics APIs

Download history 1299/week @ 2024-12-21 1123/week @ 2024-12-28 2797/week @ 2025-01-04 5188/week @ 2025-01-11 3265/week @ 2025-01-18 2692/week @ 2025-01-25 4938/week @ 2025-02-01 4000/week @ 2025-02-08 1894/week @ 2025-02-15 3139/week @ 2025-02-22 2062/week @ 2025-03-01 3293/week @ 2025-03-08 4048/week @ 2025-03-15 3081/week @ 2025-03-22 3038/week @ 2025-03-29 5559/week @ 2025-04-05

16,383 downloads per month
Used in 154 crates (18 directly)

MIT license

24KB
625 lines

interpolation

A library for interpolation


lib.rs:

Interpolation algorithms.

Interpolation is used in animation, to describe smooth shapes and to make transitions. Any object that fullfill certain mathematical properties can be interpolated. A common technique is using one or more 'numbers' controlling the mixture of states. The choice of interpolation algorithm depends often on the circumstances where it used.

No runtime deps