|
|
|
|
|
by jansan
49 days ago
|
|
A very simple explanation of Bézier curves is this: - You have one polynomial describing the x-coordinate and one describing the y-coordinate, and both polynomials have the same degree (two for quadratic, three for cubic Bézier curves) - The two polynomials share the same parameter t, which runs from 0 to 1. That's all. |
|