
That's the formula for the area of a triangle whose
vertices are (a,b), (c,d), and (e,f) going around the
triangle counter-clockwise.
Example:
Suppose we want to find the area of the triangle whose
vertices are (4,3), (-5,7), (3,-6). Those are in
counter-clockwise order.
We just plug those corner points into the formula:

Edwin