mdog has asked for the wisdom of the Perl Monks concerning the following question:
What is the best/easiest way to determine the points of a line if you have the start and end points of a line?
You know the beginning x,y coords and the ending x,y coords but how do you determine all the coords in between your start and end spots? I was thinking that I could roll my own but realized reinventing the wheel is dumb.
Looked on cpan but didn't find anything too promising but I may have just overlooked something great, too.
Thanks in advance,
Matt
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Plotting A Line
by BrowserUk (Patriarch) on Oct 27, 2003 at 22:33 UTC | |
Re: Plotting A Line
by Corion (Patriarch) on Oct 27, 2003 at 21:54 UTC | |
by Abigail-II (Bishop) on Oct 27, 2003 at 22:11 UTC | |
by boo_radley (Parson) on Oct 28, 2003 at 13:44 UTC | |
Re: Plotting A Line
by flounder99 (Friar) on Oct 27, 2003 at 22:58 UTC | |
Re: Plotting A Line
by TomDLux (Vicar) on Oct 27, 2003 at 22:04 UTC |