- #1
sparkzbarca
- 7
- 0
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 triangle)
Is my math right?
I can't seem to get a clear answer on google
this is for taking a computer model of a shape and finding the midpoint of one face of the model.
(the faces of course are made by connecting points into triangles)
As such it needs to be for an arbitrary triangle (not right angle only for example)
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 triangle)
Is my math right?
I can't seem to get a clear answer on google
this is for taking a computer model of a shape and finding the midpoint of one face of the model.
(the faces of course are made by connecting points into triangles)
As such it needs to be for an arbitrary triangle (not right angle only for example)