InterviewSolution
Saved Bookmarks
| 1. |
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. 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. |
|