Function Intersecting Lines

line AB intersects line CD at point E

Format:

line AB intersects line CD at point E

Input:

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

Output:

boolean - None

Details:

A C D B E

Conditional properties that reference this function:

  • if line AB intersects line CD at point X, then m∠AXB = 180 (link)
  • if line AB intersects line CD at point X, then m∠CXD = 180 (link)
  • if (AB || CD) and (line AB intersects line EF at point X), then line EF intersects line CD at point Z (link)


Comments

Please log in to add comments