I'm trying to measure in % how much the X and Y coordinates of a point inside an ABC triangle moved from its original place, knowing how much % has the A,B,C points moved.
Example: Knowing that the following points moved from their original position: A.x 30%, A.y 45%, B.x 10%, B.y 20%, C.x 70%, C.Y 60%, find out how much the coordinates X and Y of a point P inside the A,B,C triangle moved.
How can I calculate the offset of any point inside such a triangle?