Given a cubic Bezier curve $B_3(t)$, and the offset radius $d$, we know the exact $d$-offset curve is $$X_d(t):=B_3(t)+d\cdot N(t),$$ where $N(t)$ denotes the normal direction to the $B_3(t)$.
Q: Are there some good method to approximate the $X_d$ by the Cubic Bezier curve?
PS: I just knew the Hoschek-method Slide of the Hoschek Method.