Click here to Skip to main content
15,891,184 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Best fit Gaussian Pin
Iain Clarke, Warrior Programmer6-Nov-08 21:51
Iain Clarke, Warrior Programmer6-Nov-08 21:51 
GeneralRe: Best fit Gaussian Pin
73Zeppelin6-Nov-08 22:59
73Zeppelin6-Nov-08 22:59 
JokeRe: Best fit Gaussian Pin
Iain Clarke, Warrior Programmer6-Nov-08 23:38
Iain Clarke, Warrior Programmer6-Nov-08 23:38 
GeneralRe: Best fit Gaussian Pin
73Zeppelin7-Nov-08 0:15
73Zeppelin7-Nov-08 0:15 
QuestionGet a polygons from edges Pin
furqan_sindhu5-Nov-08 22:31
furqan_sindhu5-Nov-08 22:31 
AnswerRe: Get a polygons from edges Pin
73Zeppelin6-Nov-08 0:44
73Zeppelin6-Nov-08 0:44 
GeneralRe: Get a polygons from edges Pin
furqan_sindhu6-Nov-08 1:25
furqan_sindhu6-Nov-08 1:25 
GeneralRe: Get a polygons from edges Pin
73Zeppelin6-Nov-08 1:35
73Zeppelin6-Nov-08 1:35 
furqan_sindhu wrote:
what is meant by ordered list in this case? the list is totally random, just a list of all the edges, no ordering at all.


This is what I was trying to understand when I asked about an ordered list. If all the points are simply in a random list, how can you possibly reconstruct the polygons based only on a list of random points? The problem is that polygons can take on complicated shapes, so you need to know something about number of sides and/or which points should belong to which polygons. At the very minimum, the points should be ordered according to which polygon they belong to. Is there no way of doing this? Can't you create a polygon class that contains a list of points, for example?
GeneralRe: Get a polygons from edges Pin
Member 41945936-Nov-08 7:51
Member 41945936-Nov-08 7:51 
GeneralRe: Get a polygons from edges Pin
73Zeppelin6-Nov-08 8:08
73Zeppelin6-Nov-08 8:08 
GeneralRe: Get a polygons from edges Pin
Member 41945936-Nov-08 8:22
Member 41945936-Nov-08 8:22 
GeneralRe: Get a polygons from edges Pin
73Zeppelin6-Nov-08 8:29
73Zeppelin6-Nov-08 8:29 
GeneralRe: Get a polygons from edges Pin
furqan_sindhu9-Nov-08 19:01
furqan_sindhu9-Nov-08 19:01 
GeneralRe: Get a polygons from edges Pin
Member 419459310-Nov-08 3:08
Member 419459310-Nov-08 3:08 
GeneralRe: Get a polygons from edges Pin
furqan_sindhu9-Nov-08 18:56
furqan_sindhu9-Nov-08 18:56 
AnswerRe: Get a polygons from edges Pin
darrellp28-Nov-08 19:38
darrellp28-Nov-08 19:38 
QuestionRandom Number Generation Pin
BobInNJ5-Nov-08 13:47
BobInNJ5-Nov-08 13:47 
AnswerRe: Random Number Generation Pin
73Zeppelin5-Nov-08 21:36
73Zeppelin5-Nov-08 21:36 
GeneralRe: Random Number Generation Pin
BobInNJ6-Nov-08 6:29
BobInNJ6-Nov-08 6:29 
GeneralRe: Random Number Generation Pin
73Zeppelin6-Nov-08 8:28
73Zeppelin6-Nov-08 8:28 
GeneralRe: Random Number Generation Pin
BobInNJ6-Nov-08 9:56
BobInNJ6-Nov-08 9:56 
GeneralRe: Random Number Generation Pin
73Zeppelin6-Nov-08 10:21
73Zeppelin6-Nov-08 10:21 
GeneralRe: Random Number Generation Pin
BobInNJ6-Nov-08 12:51
BobInNJ6-Nov-08 12:51 
GeneralRe: Random Number Generation [modified] Pin
73Zeppelin6-Nov-08 20:50
73Zeppelin6-Nov-08 20:50 
QuestionRecords and Clusters [modified] Pin
DQNOK5-Nov-08 4:40
professionalDQNOK5-Nov-08 4:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.