I am working on some gesture recognition for my game. I am stuck on a problem. I have one vertex i.e the starting point and every point on the triangle, I also have the centroid. So how do I find the other two vertices based on this info .
I have previously asked a similar question but i did not mention that I have all the points on the triangle.