[][src]Module vek::bezier::repr_c

Bézier curve structs that use #[repr(C)] vectors.

Structs

CubicBezier2

A 2D Bézier curve with two control points.

CubicBezier3

A 3D Bézier curve with two control points.

QuadraticBezier2

A 2D Bézier curve with one control point.

QuadraticBezier3

A 3D Bézier curve with one control point.