parametrics

Crates.ioparametrics
lib.rsparametrics
version1.5.0
sourcesrc
created_at2023-11-07 14:26:21.577153
updated_at2023-11-16 14:41:00.3677
descriptionA crate for working with parametric functions
homepage
repositoryhttps://github.com/josh-gree/parametrics/
max_upload_size
id1028116
size34,443
Joshua Greenhalgh (josh-gree)

documentation

README

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

Commit count: 20

cargo fmt