Function Midpoint

Point M is the midpoint of line AB

Format:

M is the midpoint of line AB

Input:

point M -
point A -
point B -

Output:

boolean - None

Details:

B A M

Conditional properties that reference this function:

  • if M is the midpoint of line AB, then point M is in segment AB (link)
  • if M is the midpoint of line AB, then distance AM = distance MB (link)
  • if (distance AM = distance MB) and (m∠AMB = 180), then M is the midpoint of line AB (link)
  • if M is the midpoint of line AB, then m∠AMB = 180 (link)
  • if M is the midpoint of line AB, then the x coordinate of point M = ((the x coordinate of point A) + (the x coordinate of point B)) / 2 (link)
  • if M is the midpoint of line AB, then the y coordinate of point M = ((the y coordinate of point A) + (the y coordinate of point B)) / 2 (link)


Comments

Please log in to add comments