View Single Post
Posts: 341 | Thanked: 57 times | Joined on Nov 2009
#1
Hi guys ... I was wondering if there's any predefined Qt function which gives a list of connecting points between any two coordinates in a coordinate system, such that the list of connecting points 'connect' the two coordinates so that there are no breaks between them ... Is there any such function ... ?

This is similar to drawing a line between any two coordinates, but instead of drawing the line, you store all the points that would be in that line into an array or something, and pass this array as an output ..