0

I'm trying to implement knapsack using OpenGL. I'm generating balls of given weight and profit taking values from the user, and then draw balls on the screen. I want to send the balls which are selected into a box but I'm not at all able to move the ball. Can you suggest a way to move a ball from point A to point B forming a trajectory in 2d?

https://drive.google.com/open?id=1JIowM4NGLGOFWKosk6VTIB3SDGF4D_WI

NK Prasad
  • 3
  • 2

1 Answers1

1

I think linear interpolation is what you need.

pintarj
  • 75
  • 10