11 stable releases
1.5.0 | Nov 16, 2023 |
---|---|
1.4.0 | Nov 8, 2023 |
0.1.0 | Nov 7, 2023 |
#644 in Math
35KB
949 lines
Parametrics
A crate the allows for working with parametric functions.
2D Parametric functions
Contains a trait for 2d parametric functions and the following implementations;
Also allows for combination and modification of things which implement the trait.
The trait is implemented for Fn(T) -> Point
and (F,G) where F: ParametricFunction1D, G: ParametricFunction1D
1D Parametric functions
The trait is implemented for Fn(T) -> f32
Dependencies
~1MB
~20K SLoC