Path generation for non-intersecting disc movement on a plane

Have played with this for fun a bit and here the result: Algorithm: process each disc set speed as constant*destination_vector multiplicative constant a and limit the speed to constant v afterwards test if new iterated position does not conflict any other disc if it does rotate the speed in one direction by some angle step … Read more