Suppose we for any interval of the unit circle, we can approximate by some cubic Bezier curves($B_3(t)$).
Q: Can we use above method(or curve $B_3(t)$) to approximate the offset of any cubic Bezier curve?
The (exact) offset curve, to the known curve $C(t)$, is of the form
$$C(t)+d\cdot N(t),$$ where $d$ is the distance to the curve $C(t)$ and $N(t)$ denotes the normal direction at each point $C(t)$.