Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 289 Bytes

plan.org

File metadata and controls

11 lines (11 loc) · 289 Bytes

Maths

Triangle

Area

  1. Given points p1(x1, y1), p2(x2, y2), p3(x3, y3) the area is given by:
	       1
	  A = --- * [ x1(y3 - y1) + x2(y1 - y3) + x3(y2 - y1) ]
        2