[][src]Module yoyo_physics::bezier

Cubic Bezier curves (incl. root finding) suitable for animation.

Structs

Bezier

Cubic Bezier curve that is scaled to the given domain and range.

BezierCoefficients

Polynomial coefficients of a 2D cubic Bezier curve.