I blieve the mid point in space of arbitrary triangle formed by points A,B,C
is the point at which the line
A -> midpoint(B,C)
B -> midpoint (A,C)
C ->midpoint (A,B)
meet
(i also think C is redundant, that where A to mid and B to mid cross is basically the mid point of
the whole...