Crate baiser

Source

Structs§

Bezier0
Single point
Bezier1
Line
Bezier2
Quadratic bezier curve
Bezier3
Cubic bezier curve
ComposedCurve
LinearSpeed
The same curve as a passed one, but with a linear dependency between the time and the distance.

Traits§

Curve
A curve is a parametric function that maps a value t in range from 0 to 1 to a point in space.
CurvePoint
CurvePoint is a point in space that can be added, subtracted, multiplied, and scaled. This trait can be implemented for any type like Point, Vector, Color, etc.
Distance