Module pixel_game_lib::bezier
source · Expand description
Re-export vek types. Low-order (quadratic and cubic) Bézier curves.
Modules
- Bézier curve structs that use
#[repr(C)]vectors. - Bézier curve structs that use
#[repr(simd)]vectors.
Structs
- A 2D Bézier curve with two control points.
- A 3D Bézier curve with two control points.
- A 2D Bézier curve with one control point.
- A 3D Bézier curve with one control point.