#2d #geometry #parametric #function #point #traits #combination

parametrics

A crate for working with parametric functions

11 stable releases

1.5.0 Nov 16, 2023
1.4.0 Nov 8, 2023
0.1.0 Nov 7, 2023

#355 in Math

Unlicense

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
~19K SLoC