I am using the delaunay triangulation code by Geoff Leach based on the guibas stolfi algorithm.
I took randomly generated integers between 50 to 1550 as the coordinates for the points.When i take more than 280 points the output gets distorted.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Ok, isolved the distorted output thing.
It was due to the incorrect scaling.My random points were in a square of side of 1500,had to change it to a rectangle corresponding to my aspect ratio.Gnuplot preserves the aspect ratio.
Everything’s fine now