By stroke of the cubic bezier curve I mean rendering a curve \'A\' with a specific line width \'w\'.
How can I derive other cubic bezier curves that describe the out
Qt's QPainterPathStroker (it's open source and fairly readable code) uses the algorithm described in the aforementioned paper to do what you want.