Crates.io | parametrics |
lib.rs | parametrics |
version | 1.5.0 |
source | src |
created_at | 2023-11-07 14:26:21.577153 |
updated_at | 2023-11-16 14:41:00.3677 |
description | A crate for working with parametric functions |
homepage | |
repository | https://github.com/josh-gree/parametrics/ |
max_upload_size | |
id | 1028116 |
size | 34,443 |
A crate the allows for working with 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
The trait is implemented for Fn(T) -> f32