How can I find the distance between two points within a triangle if I have the distance between each point and each vertex of the triangle?

91 Views Asked by At

Title says it all. It would be useful to extend the question to finding the distance if any of the points is outside of the triangle, but I'm trying to figure out the basic problem first.