I want to offset a Bezier curve, but I don’t know how. I read something in web, but didn’t understand the way how I can calculate the points on offset curve.
Anyone know a simple way to do this, or maybe a complete implementation?
I want to offset a Bezier curve, but I don’t know how. I read something in web, but didn’t understand the way how I can calculate the points on offset curve.
Anyone know a simple way to do this, or maybe a complete implementation?
Could you give more details ?
You could just translate it by adding another vector to its transform or by moving control points individualy.