If given the points (-10,-2,0), (-10,2,0), (-12,0,2) and (-12,0,-2), how do I find the midpoint?
2026-04-11 19:30:58.1775935858
Finding midpoint of rectangle in 3D vectors
2.9k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
the formula for the midpoint if given two points is given by $$M\left(\frac{x_1+x_2}{2};\frac{y_1+y_2}{2};\frac{z_1+z_2}{2}\right)$$