Programming Algorithms Question:
How do I generate a bezier curve that is parallel to another bezier?

Answer:
You can't. The only case where this is possible is when the bezier can be represented by a straight line. And then the parallel 'bezier' can also be represented by a straight line.
Previous Question | Next Question |
How do I rotate a 2D point? | How do I find a t value at a specific point on a bezier? |