Expand description
Bézier curves and splines.
Structs§
- Bezier
Spline - A curve composed of one or more concatenated cubic Bézier curves.
- Cubic
Bezier - A cubic Bézier curve, defined by four control points.
Functions§
- smootherstep
- Even smoother version of
smoothstep. - smoothstep
- Interpolates smoothly from 0.0 to 1.0 as
tgoes from 0.0 to 1.0. - step
- Helper for defining step functions.