Incenter Triangle Two Dimensiona Calculator

Posted by Dinesh on

This calculator calculates the enter x1 and y1 values, enter x2 and y2 values, enter x3 and y3 values, enter a,b & c values using point of coordinate in x, point of coordinate in y values.

Incenter Triangle Two Dimensiona Calculation

Formula:

X = (a * x1 + b * x2 + c * x3) / (a + b + c)
Y = (a * y1 + b * y2 + c * y3) / (a + b + c)

Where,
X = X-Coordinate points
Y = Y-Coordinate points
a, b, c = Positive Real Numbers
x1, x2, x3 = Coordinate Points
y1, y2, y3 = Coordinate Points