erosion 0.1.4

A library to plot fourier curves and functions
Documentation
  • Coverage
  • 18.6%
    8 out of 43 items documented0 out of 27 items with examples
  • Size
  • Source code size: 103.64 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.86 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 33s Average build duration of successful builds.
  • all releases: 33s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Clueninja

Erosion

A crate to plot Fourier curves and Functions

Function

Functions are a list of bounded polynomials

Bounded Polynomials

Bounded polynomials are polynomials valid between a user defined domain

Polynomials

Polynomials are simply a list of terms

Terms

Terms are a structure defined 'coef * x ^pow'

Curves

FourierCurve

A list of curves

Curve

a curve is defined in the form 'mag * sin(fre * x + phase)'