Function Perpendicular Lines

line AB and line CD are perpendicular. The symbol ⊥ is used to denote perpendicularity.

Format:

ABCD

Input:

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

Output:

boolean - None

Details:

A B C D

Conditional properties that reference this function:

  • if ABBC, then ∠ABC is a right angle (link)
  • if ∠ABC is a right angle, then ABBC (link)
  • if (ray BD bisects ∠ABC) and (m∠BPD = 180) and (PMMB) and (PNNB), then distance PM = distance PN (link)
  • if (distance PM = distance PN) and (PMMB) and (PNNB), then ray BP bisects ∠ABC (link)


Comments

Please log in to add comments