Drawing N-width lines?
- by user146780
Given a series of points, how could I calculate the vector for that line 5 pixels away? Ex:
Given:
\
\
\
How could I find the vector for
\ \
\ \
\ \
The ones on the right. But bear in mind that it may not always be a nice straight line.
I'm trying to figure out how programs like Flash can make thick outlines.
Thanks