Function Congruent Triangles

ABC and XYZ are congruent triangles

Format:

ABC ≅ △XYZ

Input:

point A -
point B -
point C -
point X -
point Y -
point Z -

Output:

boolean - None

Details:

A B C X Y Z

Conditional properties that reference this function:

  • if △ABC ≅ △DEF, then area of △ABC = area of △DEF (link)
  • if △ABC ≅ △DEF, then △BCA ≅ △EFD (link)
  • if △ABC ≅ △DEF, then △BAC ≅ △EDF (link)
  • if △ABC ≅ △DEF, then △DEF ≅ △ABC (link)
  • if (△ABC ≅ △DEF) and (△DEF ≅ △GHI), then △ABC ≅ △GHI (link)
  • if (distance AB = distance DE) and (m∠ABC = m∠DEF) and (distance BC = distance EF), then △ABC ≅ △DEF (link)
  • if (m∠ABC = m∠DEF) and (distance BC = distance EF) and (m∠BCA = m∠EFD), then △ABC ≅ △DEF (link)
  • if (distance AB = distance DE) and (distance BC = distance EF) and (distance CA = distance FD), then △ABC ≅ △DEF (link)
  • if △ABC ≅ △DEF, then m∠ABC = m∠DEF (link)
  • if △ABC ≅ △DEF, then m∠CAB = m∠FDE (link)
  • if △ABC ≅ △DEF, then m∠BCA = m∠EFD (link)
  • if △ABC ≅ △DEF, then distance AB = distance DE (link)
  • if △ABC ≅ △DEF, then distance BC = distance EF (link)
  • if △ABC ≅ △DEF, then distance CA = distance FD (link)
  • if △ABC ≅ △DEF, then △ABC ∼ △DEF (link)


Comments

Please log in to add comments