I have a quadratic Bézier curve.
I want to make a path that runs along that curve, whose width is 'w'. (So at any point in time along the exact center of that path, you will be also on the original Bézier curve)
How would I go about calculating two additional quadratic Bézier curves that outline the outer edges of that that path. (where any point on these edges is 'w'/2 distance from the center of the path and the original Bézier curve)?