|
-
January 22nd, 2009, 04:36 AM
#1
Plot Points along a line
Hi
I am trying to plot some points along a line for graphical app I am building in C#.
I have the start Point and end Point, I then draw the line. Then also want put some marks along the line. A function like this would be usefull:
Point[] PointsAlongLine(Point start, Point end, int spacing)
{
?
}
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|