cf_bezier¶
Category: math
GitHub: cute_math.h
Returns a point along a quadratic bezier curve according to time t.
| Parameters | Description |
|---|---|
| a | The start point. |
| c0 | A control point. |
| b | The end point. |
| t | A position along the curve. |
Category: math
GitHub: cute_math.h
Returns a point along a quadratic bezier curve according to time t.
| Parameters | Description |
|---|---|
| a | The start point. |
| c0 | A control point. |
| b | The end point. |
| t | A position along the curve. |