Area of Triangle Calculator
Simple geometry calculator which is used to calculate the area of a triangle based on two dimensional line.
Calculate Area of Triangle based on Two Dimensional Line
Simple geometry calculator which is used to calculate the area of a triangle based on two dimensional line.
Code to add this calci to your website
Formula:
p = (1/2) (x2 - x1)
q = (1/2) (y2 - y1)
r = (1/2) (x3 - x1)
s = (1/2) (y3 - y1)
Where,
p = Column1
q = Column2
r = Column3
s = Column4
x1,x2,x3 = Point of coordinate
y1,y2,y3 = Point of coordinate