1. 程式人生 > >三角形面積的座標公式

三角形面積的座標公式

在△ABC中,若A(x1,y1),B(x2,y2),C(x3,y3) 則△ABC的面積 

       S=(1/2)* | (x1y2+x2y3+x3y1-x2y1-x3y2-x1y3) |

    或S=(1/2)* | ((x2 - x1) * (y3 - y1) - (x3 - x1) * (y2 - y1)) |

推論:https://wenku.baidu.com/view/2fba05500a4c2e3f5727a5e9856a561253d3215d.html