cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
DLA simulation
DLA simulation
Mar 18, 2008 at 7:40pm UTC
soyuz
(5)
I generate a Point and make it do a random walk and stop near r< rmin. Now I generate another point and do the same etc. But how can I tell a point that he meet oher?
Mar 19, 2008 at 8:11am UTC
guruplus
(110)
That is easy,
you should hold the points coordinates somewhere, then you compare the coordinates.
does this help you?
Mar 19, 2008 at 11:15am UTC
soyuz
(5)
thanks SteakRider!
Topic archived. No new replies allowed.