Crate envelope

Source

Re-exports§

pub extern crate interpolation;

Modules§

interpolate

Structs§

BezierPoint
A type whose interpolation may involve some quadratic bezier curve.
EasePoint
A type whose interpolation may involve some sort of easing.
Steps
An iterator that interpolates the envelope E one step and yields the result.

Traits§

Envelope
Types that are representable as an Envelope.
Point
Implement this for types to be used as points on an Envelope.