Function Rhombus

ABCD is a rhombus

Format:

ABCD is a rhombus

Input:

point A -
point B -
point C -
point D -

Output:

boolean - None

Details:

D A B C

Conditional properties that reference this function:

  • if ABCD is a rhombus, then ABCD is a parallelogram (link)
  • if ABCD is a rhombus, then distance AB = distance BC (link)
  • if (ABCD is a parallelogram) and (distance AB = distance BC), then ABCD is a rhombus (link)
  • if (ABCD is a parallelogram) and (distance CD = distance DA), then ABCD is a rhombus (link)
  • if (ABCD is a parallelogram) and (distance DA = distance AB), then ABCD is a rhombus (link)


Comments

Please log in to add comments