The online Midpoint Calculator is used to help you find the midpoint between two points.
The midpoint of line segment between any two points (x1, y1) and (x2, y2) is given by:
xm = (x1 + x2) / 2
ym = (y1 + y2) / 2
Where:
xm = x coordinate of midpoint
ym = y coordinate of midpoint