Skip to content

josh-gree/parametrics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages