Search found 3 matches

by AstroCoder
Wed Aug 30, 2017 12:16 pm
Forum: Research and development discussion about Collision Detection and Physics Simulation
Topic: Algorithm help / Connecting Centroids
Replies: 11
Views: 125731

Re: Algorithm help / Connecting Centroids

Thank you, bone, for the response. It doesn't look like your suggested algorithm would be able to connect red dots to other red dots.

What other information do you need to improve the efficiency of this algorithm?

Cheers,
AstroCoder
by AstroCoder
Mon Aug 28, 2017 4:57 pm
Forum: Research and development discussion about Collision Detection and Physics Simulation
Topic: Algorithm help / Connecting Centroids
Replies: 11
Views: 125731

Re: Algorithm help / Connecting Centroids

Yes, the black dots are the "outer" intersections between two circles, and the red dots are the centroids of three connected circles. At each timestep of the simulation, the connections between the centroids and the intersections must be determined. Note that every centroid (red dot) is al...
by AstroCoder
Sat Aug 26, 2017 9:51 pm
Forum: Research and development discussion about Collision Detection and Physics Simulation
Topic: Algorithm help / Connecting Centroids
Replies: 11
Views: 125731

Algorithm help / Connecting Centroids

Hello and Greetings! New to this forum. My background is astronomy and computer programming. I'm working on a PBD project and I'm trying to develop an algorithm to connect certain points with other points. What I've done is taken the PBD software from GitHub, and have modified the Demo example calle...