Is there a way to find the area of a triangle if you are given three vertices on the coordinate plane? Assume that the three points do not form a right triangle...
Let's say I can calculate the length between the 2 closer points, B and C, and that's my base, and segment BC. How can I find the point at which A creates a perpendicular line with BC, my height?