Function Equilateral Triangle

Points A, B, and C form an equilateral triangle

Format:

ABC is an equilateral triangle

Input:

point A -
point B -
point C -

Output:

boolean - None

Details:

A B C

Conditional properties that reference this function:

  • if (m∠ABC = m∠BCA) and (m∠BCA = m∠CAB), then △ABC is an equilateral triangle (link)
  • if △ABC is an equilateral triangle, then distance AB = distance BC (link)
  • if △ABC is an equilateral triangle, then distance AB = distance AC (link)
  • if (distance AB = distance BC) and (distance BC = distance CA), then △ABC is an equilateral triangle (link)


Comments

Please log in to add comments